Home
last modified time | relevance | path

Searched refs:HCI_BLE_ENCRYPT (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c466 && (opcode != HCI_BLE_ENCRYPT) in btu_hcif_send_cmd()
515 && (opcode != HCI_BLE_ENCRYPT) in btu_hcif_send_cmd_sync()
1042 case HCI_BLE_ENCRYPT: in btu_hcif_hdl_command_complete()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c208 p_out->opcode = HCI_BLE_ENCRYPT; in smp_encrypt_data()
332 output.opcode = HCI_BLE_ENCRYPT; in smp_generate_stk()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c2641 if (p && p->opcode == HCI_BLE_ENCRYPT) {
2684 if (p && p->opcode == HCI_BLE_ENCRYPT) {
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c571 UINT16_TO_STREAM (pp, HCI_BLE_ENCRYPT); in btsnd_hcic_ble_encrypt()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dhcidefs.h329 #define HCI_BLE_ENCRYPT (0x0017 | HCI_GRP_BLE_CMDS) macro