Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btu/
Dbtu_hcif.c642 UINT8 enc_mode; in btu_hcif_connection_comp_evt() local
651 STREAM_TO_UINT8 (enc_mode, p); in btu_hcif_connection_comp_evt()
657 btm_sec_connected (bda, handle, status, enc_mode); in btu_hcif_connection_comp_evt()
/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_int.h325 extern void btm_ble_connected (UINT8 *bda, UINT16 handle, UINT8 enc_mode, UINT8 role, tBLE_ADDR_TYP…
Dbtm_ble.c1564 void btm_ble_connected (UINT8 *bda, UINT16 handle, UINT8 enc_mode, UINT8 role, in btm_ble_connected() argument
1579 handle, enc_mode, in btm_ble_connected()
1588 handle, enc_mode, in btm_ble_connected()
Dbtm_int.h1145 extern void btm_sec_connected (UINT8 *bda, UINT16 handle, UINT8 status, UINT8 enc_mode);
Dbtm_sec.c4307 void btm_sec_connected (UINT8 *bda, UINT16 handle, UINT8 status, UINT8 enc_mode) in btm_sec_connected() argument
4323 btm_pair_state_descr(btm_cb.pairing_state), handle, status, enc_mode, in btm_sec_connected()
4330 btm_pair_state_descr(btm_cb.pairing_state), handle, status, enc_mode, in btm_sec_connected()
4580 if (enc_mode != HCI_ENCRYPT_MODE_DISABLED) in btm_sec_connected()