Home
last modified time | relevance | path

Searched refs:BT_HCI_OP_LE_SET_ADDR_RES_ENABLE (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Did.c864 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADDR_RES_ENABLE, 1); in addr_res_enable()
871 return bt_hci_cmd_send_sync(BT_HCI_OP_LE_SET_ADDR_RES_ENABLE, in addr_res_enable()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1394 #define BT_HCI_OP_LE_SET_ADDR_RES_ENABLE BT_OP(BT_OGF_LE, 0x002d) /* 0x202d */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4884 case BT_OCF(BT_HCI_OP_LE_SET_ADDR_RES_ENABLE):