Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dconn.c2545 buf = bt_hci_cmd_create(BT_HCI_OP_LE_START_ENCRYPTION, sizeof(*cp)); in bt_conn_le_start_encryption()
2560 return bt_hci_cmd_send_sync(BT_HCI_OP_LE_START_ENCRYPTION, buf, NULL); in bt_conn_le_start_encryption()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1225 #define BT_HCI_OP_LE_START_ENCRYPTION BT_OP(BT_OGF_LE, 0x0019) /* 0x2019 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4590 case BT_OCF(BT_HCI_OP_LE_START_ENCRYPTION):