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 | 374 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_RANDOM_ADDRESS, sizeof(addr.a)); in set_random_address() 378 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 | 422 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_RANDOM_ADDRESS, sizeof(addr.a)); in set_random_address() 426 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 | 445 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_RANDOM_ADDRESS, sizeof(addr.a)); in set_random_address() 449 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 | 425 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_RANDOM_ADDRESS, sizeof(addr.a)); in set_random_address() 429 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 | 468 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_RANDOM_ADDRESS, sizeof(addr.a)); in set_random_address() 472 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 | 439 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_RANDOM_ADDRESS, sizeof(addr.a)); in set_random_address() 443 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 | 140 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_RANDOM_ADDRESS, sizeof(*addr)); in set_random_address() 147 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 | 1069 #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 | 4519 case BT_OCF(BT_HCI_OP_LE_SET_RANDOM_ADDRESS):
|