Home
last modified time | relevance | path

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

/system/bt/stack/btu/
Dbtu_hcif.cc780 (opcode == HCI_BLE_RAND) || (opcode == HCI_BLE_ENCRYPT)) { in btu_hcif_send_cmd()
1452 case HCI_BLE_ENCRYPT: in btu_hcif_hdl_command_complete()
/system/bt/stack/hcic/
Dhciblecmds.cc365 UINT16_TO_STREAM(pp, HCI_BLE_ENCRYPT); in btsnd_hcic_ble_encrypt()
/system/bt/stack/include/
Dhcidefs.h335 #define HCI_BLE_ENCRYPT (0x0017 | HCI_GRP_BLE_CMDS) macro