Home
last modified time | relevance | path

Searched refs:BTM_SetEncryption (Results 1 – 18 of 18) sorted by relevance

/system/bt/bta/test/common/
Dbtm_api_mock.cc34 tBTM_STATUS BTM_SetEncryption(const RawAddress& bd_addr, in BTM_SetEncryption() function
/system/bt/stack/btm/
Dbtm_client_interface.cc124 .BTM_SetEncryption = BTM_SetEncryption,
Dbtm_sec.h291 tBTM_STATUS BTM_SetEncryption(const RawAddress& bd_addr,
Dsecurity_device_record.h346 friend tBTM_STATUS BTM_SetEncryption(const RawAddress& bd_addr,
Dbtm_sec.cc1047 tBTM_STATUS BTM_SetEncryption(const RawAddress& bd_addr, in BTM_SetEncryption() function
1052 return bluetooth::shim::BTM_SetEncryption(bd_addr, transport, p_callback, in BTM_SetEncryption()
2079 BTM_SetEncryption(p_e->bd_addr, p_e->transport, p_e->p_callback, in btm_sec_check_pending_reqs()
3163 BTM_SetEncryption(p_dev_rec->bd_addr, BT_TRANSPORT_BR_EDR, NULL, NULL, in btm_sec_auth_complete()
Dbtm_ble.cc976 BTM_SetEncryption(bd_addr, BT_TRANSPORT_LE, p_callback, p_ref_data, in btm_ble_start_sec_check()
/system/bt/bta/vc/
Ddevice.cc240 int result = BTM_SetEncryption(address, BT_TRANSPORT_LE, callback, nullptr, in EnableEncryption()
/system/bt/test/mock/
Dmock_stack_btm_sec.cc153 tBTM_STATUS BTM_SetEncryption(const RawAddress& bd_addr, in BTM_SetEncryption() function
Dmock_main_shim_btm_api.cc194 tBTM_STATUS bluetooth::shim::BTM_SetEncryption(const RawAddress& bd_addr, in BTM_SetEncryption() function in bluetooth::shim
/system/bt/stack/include/
Dbtm_client_interface.h149 tBTM_STATUS (*BTM_SetEncryption)(const RawAddress& bd_addr, member
/system/bt/stack/gatt/
Dgatt_auth.cc420 BTM_SetEncryption(p_tcb->peer_bda, p_tcb->transport, in gatt_security_check_start()
/system/bt/main/shim/
Dbtm_api.h1581 tBTM_STATUS BTM_SetEncryption(const RawAddress& bd_addr,
Dbtm_api.cc1309 tBTM_STATUS bluetooth::shim::BTM_SetEncryption(const RawAddress& bd_addr, in BTM_SetEncryption() function in bluetooth::shim
Dl2c_api.cc651 BTM_SetEncryption(bd_addr, BT_TRANSPORT_LE, in Enforce()
/system/bt/stack/test/common/
Dmock_main_shim_btm_api.cc198 tBTM_STATUS bluetooth::shim::BTM_SetEncryption(const RawAddress& bd_addr, in BTM_SetEncryption() function in bluetooth::shim
/system/bt/bta/hh/
Dbta_hh_le.cc1067 BTM_SetEncryption(p_cb->addr, BT_TRANSPORT_LE, bta_hh_le_encrypt_cback, in bta_hh_start_security()
1074 BTM_SetEncryption(p_cb->addr, BT_TRANSPORT_LE, bta_hh_le_encrypt_cback, in bta_hh_start_security()
/system/bt/bta/hearing_aid/
Dhearing_aid.cc424 BTM_SetEncryption(address, BT_TRANSPORT_LE, encryption_callback, nullptr, in OnGattConnected()
/system/bt/bta/dm/
Dbta_dm_act.cc3274 if (BTM_SetEncryption(bd_addr, transport, bta_dm_encrypt_cback, NULL, in bta_dm_set_encryption()