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

/system/bt/stack/btu/
H A Dbtu_hcif.c502 UINT8 enc_mode; local
511 STREAM_TO_UINT8 (enc_mode, p);
517 btm_sec_connected (bda, handle, status, enc_mode);
/system/bt/stack/btm/
H A Dbtm_ble_int.h366 extern void btm_ble_connected (UINT8 *bda, UINT16 handle, UINT8 enc_mode, UINT8 role, tBLE_ADDR_TYPE addr_type, BOOLEAN addr_matched);
H A Dbtm_ble.c1750 void btm_ble_connected (UINT8 *bda, UINT16 handle, UINT8 enc_mode, UINT8 role, argument
1764 BTM_TRACE_EVENT ("Security Manager: btm_ble_connected : handle:%d enc_mode:%d bda:%x RName:%s",
1765 handle, enc_mode,
1773 BTM_TRACE_EVENT ("Security Manager: btm_ble_connected: handle:%d enc_mode:%d bda:%x ",
1774 handle, enc_mode,
H A Dbtm_int.h1070 extern void btm_sec_connected (UINT8 *bda, UINT16 handle, UINT8 status, UINT8 enc_mode);
H A Dbtm_sec.c4420 void btm_sec_connected (UINT8 *bda, UINT16 handle, UINT8 status, UINT8 enc_mode) argument
4435 BTM_TRACE_EVENT ("Security Manager: btm_sec_connected in state: %s handle:%d status:%d enc_mode:%d bda:%x RName:%s",
4436 btm_pair_state_descr(btm_cb.pairing_state), handle, status, enc_mode,
4442 BTM_TRACE_EVENT ("Security Manager: btm_sec_connected in state: %s handle:%d status:%d enc_mode:%d bda:%x ",
4443 btm_pair_state_descr(btm_cb.pairing_state), handle, status, enc_mode,
4701 if (enc_mode != HCI_ENCRYPT_MODE_DISABLED)

Completed in 56 milliseconds