Searched refs:enc_mode (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble_int.h | 62 uint8_t enc_mode, uint8_t role,
|
D | btm_int.h | 238 uint8_t status, uint8_t enc_mode);
|
D | btm_ble.cc | 1848 void btm_ble_connected(const RawAddress& bda, uint16_t handle, uint8_t enc_mode, in btm_ble_connected() argument 1860 << " enc_mode:" << loghex(enc_mode) << " bda: " << bda in btm_ble_connected() 1867 << " enc_mode:" << loghex(enc_mode) << " bda: " << bda in btm_ble_connected()
|
D | btm_sec.cc | 3864 uint8_t enc_mode) { in btm_sec_connected() argument 3878 << " enc_mode:" << loghex(enc_mode) << " bda:" << bda in btm_sec_connected() 3884 << " enc_mode:" << loghex(enc_mode) << " bda:" << bda; in btm_sec_connected() 4140 if (enc_mode != HCI_ENCRYPT_MODE_DISABLED) in btm_sec_connected()
|
/system/bt/stack/btu/ |
D | btu_hcif.cc | 1048 uint8_t enc_mode; in btu_hcif_connection_comp_evt() local 1061 STREAM_TO_UINT8(enc_mode, p); in btu_hcif_connection_comp_evt() 1069 __func__, status, handle, link_type, enc_mode); in btu_hcif_connection_comp_evt() 1073 btm_sec_connected(bda, handle, status, enc_mode); in btu_hcif_connection_comp_evt()
|