Home
last modified time | relevance | path

Searched refs:BT_HCI_OP_AUTH_REQUESTED (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dssp.c331 buf = bt_hci_cmd_create(BT_HCI_OP_AUTH_REQUESTED, sizeof(*auth)); in conn_auth()
341 return bt_hci_cmd_send_sync(BT_HCI_OP_AUTH_REQUESTED, buf, NULL); in conn_auth()
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dhci_types.h431 #define BT_HCI_OP_AUTH_REQUESTED BT_OP(BT_OGF_LINK_CTRL, 0x0011) macro