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.c624 btm_sec_encrypt_change (handle, status, encr_enable); in btu_hcif_encryption_change_evt()
1045 btm_sec_encrypt_change (BTM_INVALID_HCI_HANDLE, status, FALSE); in btu_hcif_hdl_command_status()
1609 btm_sec_encrypt_change (handle, status, enc_enable); in btu_hcif_encryption_key_refresh_cmpl_evt()
/system/bt/stack/btm/
Dbtm_int.h1090 extern void btm_sec_encrypt_change (UINT16 handle, UINT8 status, UINT8 encr_enable);
Dbtm_sec.c4187 void btm_sec_encrypt_change (UINT16 handle, UINT8 status, UINT8 encr_enable) in btm_sec_encrypt_change() function