Home
last modified time | relevance | path

Searched refs:btm_sec_encrypt_change (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/btu/
Dbtu_hcif.cc1160 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/
Dbtm_int.h238 extern void btm_sec_encrypt_change(uint16_t handle, uint8_t status,
Dbtm_sec.cc3941 void btm_sec_encrypt_change(uint16_t handle, uint8_t status, in btm_sec_encrypt_change() function