Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_int.h62 uint8_t enc_mode, uint8_t role,
Dbtm_int.h238 uint8_t status, uint8_t enc_mode);
Dbtm_ble.cc1848 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()
Dbtm_sec.cc3864 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/
Dbtu_hcif.cc1048 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()