Searched refs:enc_mode (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/btu/ |
D | btu_hcif.c | 465 UINT8 enc_mode; in btu_hcif_connection_comp_evt() local 474 STREAM_TO_UINT8 (enc_mode, p); in btu_hcif_connection_comp_evt() 480 btm_sec_connected (bda, handle, status, enc_mode); in btu_hcif_connection_comp_evt()
|
/system/bt/stack/btm/ |
D | btm_ble_int.h | 370 extern void btm_ble_connected (UINT8 *bda, UINT16 handle, UINT8 enc_mode, UINT8 role, tBLE_ADDR_TYP…
|
D | btm_ble.c | 1872 void btm_ble_connected (UINT8 *bda, UINT16 handle, UINT8 enc_mode, UINT8 role, in btm_ble_connected() argument 1887 handle, enc_mode, in btm_ble_connected() 1896 handle, enc_mode, in btm_ble_connected()
|
D | btm_int.h | 1091 extern void btm_sec_connected (UINT8 *bda, UINT16 handle, UINT8 status, UINT8 enc_mode);
|
D | btm_sec.c | 4382 void btm_sec_connected (UINT8 *bda, UINT16 handle, UINT8 status, UINT8 enc_mode) in btm_sec_connected() argument 4398 btm_pair_state_descr(btm_cb.pairing_state), handle, status, enc_mode, in btm_sec_connected() 4405 btm_pair_state_descr(btm_cb.pairing_state), handle, status, enc_mode, in btm_sec_connected() 4664 if (enc_mode != HCI_ENCRYPT_MODE_DISABLED) in btm_sec_connected()
|