Searched refs:BT_HCI_OP_LE_SET_RANDOM_ADDRESS (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/ |
D | peer.c | 373 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_RANDOM_ADDRESS, sizeof(addr.a)); in set_random_address() 377 send_cmd(BT_HCI_OP_LE_SET_RANDOM_ADDRESS, buf, NULL); in set_random_address()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/ |
D | main.c | 421 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_RANDOM_ADDRESS, sizeof(addr.a)); in set_random_address() 425 send_cmd(BT_HCI_OP_LE_SET_RANDOM_ADDRESS, buf, NULL); in set_random_address()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/ |
D | main.c | 443 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_RANDOM_ADDRESS, sizeof(addr.a)); in set_random_address() 447 send_cmd(BT_HCI_OP_LE_SET_RANDOM_ADDRESS, buf, NULL); in set_random_address()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/ |
D | main.c | 467 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_RANDOM_ADDRESS, sizeof(addr.a)); in set_random_address() 471 send_cmd(BT_HCI_OP_LE_SET_RANDOM_ADDRESS, buf, NULL); in set_random_address()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/ |
D | main.c | 423 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_RANDOM_ADDRESS, sizeof(addr.a)); in set_random_address() 427 send_cmd(BT_HCI_OP_LE_SET_RANDOM_ADDRESS, buf, NULL); in set_random_address()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/ |
D | tester.c | 438 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_RANDOM_ADDRESS, sizeof(addr.a)); in set_random_address() 442 send_cmd(BT_HCI_OP_LE_SET_RANDOM_ADDRESS, buf, NULL); in set_random_address()
|
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/ |
D | main.c | 209 { BT_HCI_OP_LE_SET_RANDOM_ADDRESS,
|
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/ |
D | main.c | 225 { BT_HCI_OP_LE_SET_RANDOM_ADDRESS, sizeof(struct bt_hci_cp_le_set_random_address),
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | id.c | 138 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_RANDOM_ADDRESS, sizeof(*addr)); in set_random_address() 145 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_SET_RANDOM_ADDRESS, buf, NULL); in set_random_address()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_types.h | 1045 #define BT_HCI_OP_LE_SET_RANDOM_ADDRESS BT_OP(BT_OGF_LE, 0x0005) /* 0x2005 */ macro
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 4484 case BT_OCF(BT_HCI_OP_LE_SET_RANDOM_ADDRESS):
|