mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 05:34:23 +08:00
tools/mgmt-tester: Fix own_addr_type for non-connectable advertising
Newer kernels always a private address for non-connectable advertising.
This commit is contained in:
parent
6d67d8da9f
commit
3cad7aca5f
@ -743,7 +743,7 @@ static uint8_t set_connectable_off_adv_param[] = {
|
||||
0x00, 0x08, /* min_interval */
|
||||
0x00, 0x08, /* max_interval */
|
||||
0x03, /* type */
|
||||
0x00, /* own_addr_type */
|
||||
0x01, /* own_addr_type */
|
||||
0x00, /* direct_addr_type */
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* direct_addr */
|
||||
0x07, /* channel_map */
|
||||
|
Loading…
Reference in New Issue
Block a user