Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Did.c843 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_PRIVACY_MODE, sizeof(cp)); in le_set_privacy_mode()
850 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_SET_PRIVACY_MODE, buf, NULL); in le_set_privacy_mode()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1822 #define BT_HCI_OP_LE_SET_PRIVACY_MODE BT_OP(BT_OGF_LE, 0x004e) /* 0x204e */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4890 case BT_OCF(BT_HCI_OP_LE_SET_PRIVACY_MODE):