Searched refs:btm_sec_encrypt_change (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/btu/ |
D | btu_hcif.cc | 1160 btm_sec_encrypt_change(handle, status, 1 /* enable */); in read_encryption_key_size_complete_after_encryption_change() 1187 btm_sec_encrypt_change(handle, status, encr_enable); in btu_hcif_encryption_change_evt() 1543 btm_sec_encrypt_change(BTM_INVALID_HCI_HANDLE, status, false); in btu_hcif_hdl_command_status() 2087 btm_sec_encrypt_change(handle, status, 1 /* enc_enable */); in read_encryption_key_size_complete_after_key_refresh() 2098 btm_sec_encrypt_change(handle, status, (status == HCI_SUCCESS) ? 1 : 0); in btu_hcif_encryption_key_refresh_cmpl_evt()
|
/system/bt/stack/btm/ |
D | btm_int.h | 238 extern void btm_sec_encrypt_change(uint16_t handle, uint8_t status,
|
D | btm_sec.cc | 3941 void btm_sec_encrypt_change(uint16_t handle, uint8_t status, in btm_sec_encrypt_change() function
|