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.cc1216 btm_sec_encrypt_change(handle, status, 1 /* enable */); in read_encryption_key_size_complete_after_encryption_change()
1243 btm_sec_encrypt_change(handle, status, encr_enable); in btu_hcif_encryption_change_evt()
1599 btm_sec_encrypt_change(BTM_INVALID_HCI_HANDLE, status, false); in btu_hcif_hdl_command_status()
2149 btm_sec_encrypt_change(handle, status, 1 /* enc_enable */); in read_encryption_key_size_complete_after_key_refresh()
2160 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.h235 extern void btm_sec_encrypt_change(uint16_t handle, uint8_t status,
Dbtm_sec.cc3681 void btm_sec_encrypt_change(uint16_t handle, uint8_t status, in btm_sec_encrypt_change() function