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

/system/bt/stack/btm/
H A Dbtm_ble_int.h63 uint8_t enc_mode, uint8_t role,
H A Dbtm_int.h247 uint8_t status, uint8_t enc_mode);
H A Dbtm_ble.cc1861 void btm_ble_connected(const RawAddress& bda, uint16_t handle, uint8_t enc_mode, argument
1873 << " enc_mode:" << loghex(enc_mode) << " bda: " << bda
1880 << " enc_mode:" << loghex(enc_mode) << " bda: " << bda
H A Dbtm_sec.cc4108 uint8_t enc_mode) {
4121 << " enc_mode:" << loghex(enc_mode) << " bda:" << bda
4127 << " enc_mode:" << loghex(enc_mode) << " bda:" << bda;
4379 if (enc_mode != HCI_ENCRYPT_MODE_DISABLED)
4107 btm_sec_connected(const RawAddress& bda, uint16_t handle, uint8_t status, uint8_t enc_mode) argument
/system/bt/stack/btu/
H A Dbtu_hcif.cc578 uint8_t enc_mode; local
587 STREAM_TO_UINT8(enc_mode, p);
594 "enc_mode=%d",
595 __func__, status, handle, link_type, enc_mode);
599 btm_sec_connected(bda, handle, status, enc_mode);

Completed in 100 milliseconds