Home
last modified time | relevance | path

Searched refs:BT_HCI_OP_LE_SET_RPA_TIMEOUT (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Did.c307 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_RPA_TIMEOUT, in le_rpa_timeout_update()
317 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_SET_RPA_TIMEOUT, buf, NULL); in le_rpa_timeout_update()
Dhci_core.c3660 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_RPA_TIMEOUT, in le_init()
3668 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_SET_RPA_TIMEOUT, buf, in le_init()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1399 #define BT_HCI_OP_LE_SET_RPA_TIMEOUT BT_OP(BT_OGF_LE, 0x002e) /* 0x202e */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4887 case BT_OCF(BT_HCI_OP_LE_SET_RPA_TIMEOUT):