Searched refs:enc_mode (Results 1 - 5 of 5) sorted by relevance
/system/bt/stack/btu/ |
H A D | btu_hcif.c | 502 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 D | btm_ble_int.h | 366 extern void btm_ble_connected (UINT8 *bda, UINT16 handle, UINT8 enc_mode, UINT8 role, tBLE_ADDR_TYPE addr_type, BOOLEAN addr_matched);
|
H A D | btm_ble.c | 1750 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 D | btm_int.h | 1070 extern void btm_sec_connected (UINT8 *bda, UINT16 handle, UINT8 status, UINT8 enc_mode);
|
H A D | btm_sec.c | 4420 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