Home
last modified time | relevance | path

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

/system/bt/stack/btu/
Dbtu_hcif.c369 || (opcode == HCI_BLE_ENCRYPT) in btu_hcif_send_cmd()
842 case HCI_BLE_ENCRYPT: in btu_hcif_hdl_command_complete()
/system/bt/stack/smp/
Dsmp_keys.c169 p_out->opcode = HCI_BLE_ENCRYPT; in smp_encrypt_data()
268 output.opcode = HCI_BLE_ENCRYPT; in smp_generate_stk()
/system/bt/stack/hcic/
Dhciblecmds.c421 UINT16_TO_STREAM (pp, HCI_BLE_ENCRYPT); in btsnd_hcic_ble_encrypt()
/system/bt/stack/btm/
Dbtm_ble.c2536 if (p &&p->opcode == HCI_BLE_ENCRYPT) in btm_ble_process_irk()
2580 if (p && p->opcode == HCI_BLE_ENCRYPT) in btm_ble_process_dhk()
/system/bt/stack/include/
Dhcidefs.h325 #define HCI_BLE_ENCRYPT (0x0017 | HCI_GRP_BLE_CMDS) macro