/system/bt/bta/test/common/ |
D | btm_api_mock.cc | 34 tBTM_STATUS BTM_SetEncryption(const RawAddress& bd_addr, in BTM_SetEncryption() function
|
/system/bt/stack/btm/ |
D | btm_client_interface.cc | 124 .BTM_SetEncryption = BTM_SetEncryption,
|
D | btm_sec.h | 291 tBTM_STATUS BTM_SetEncryption(const RawAddress& bd_addr,
|
D | security_device_record.h | 346 friend tBTM_STATUS BTM_SetEncryption(const RawAddress& bd_addr,
|
D | btm_sec.cc | 1047 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()
|
D | btm_ble.cc | 976 BTM_SetEncryption(bd_addr, BT_TRANSPORT_LE, p_callback, p_ref_data, in btm_ble_start_sec_check()
|
/system/bt/bta/vc/ |
D | device.cc | 240 int result = BTM_SetEncryption(address, BT_TRANSPORT_LE, callback, nullptr, in EnableEncryption()
|
/system/bt/test/mock/ |
D | mock_stack_btm_sec.cc | 153 tBTM_STATUS BTM_SetEncryption(const RawAddress& bd_addr, in BTM_SetEncryption() function
|
D | mock_main_shim_btm_api.cc | 194 tBTM_STATUS bluetooth::shim::BTM_SetEncryption(const RawAddress& bd_addr, in BTM_SetEncryption() function in bluetooth::shim
|
/system/bt/stack/include/ |
D | btm_client_interface.h | 149 tBTM_STATUS (*BTM_SetEncryption)(const RawAddress& bd_addr, member
|
/system/bt/stack/gatt/ |
D | gatt_auth.cc | 420 BTM_SetEncryption(p_tcb->peer_bda, p_tcb->transport, in gatt_security_check_start()
|
/system/bt/main/shim/ |
D | btm_api.h | 1581 tBTM_STATUS BTM_SetEncryption(const RawAddress& bd_addr,
|
D | btm_api.cc | 1309 tBTM_STATUS bluetooth::shim::BTM_SetEncryption(const RawAddress& bd_addr, in BTM_SetEncryption() function in bluetooth::shim
|
D | l2c_api.cc | 651 BTM_SetEncryption(bd_addr, BT_TRANSPORT_LE, in Enforce()
|
/system/bt/stack/test/common/ |
D | mock_main_shim_btm_api.cc | 198 tBTM_STATUS bluetooth::shim::BTM_SetEncryption(const RawAddress& bd_addr, in BTM_SetEncryption() function in bluetooth::shim
|
/system/bt/bta/hh/ |
D | bta_hh_le.cc | 1067 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/ |
D | hearing_aid.cc | 424 BTM_SetEncryption(address, BT_TRANSPORT_LE, encryption_callback, nullptr, in OnGattConnected()
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 3274 if (BTM_SetEncryption(bd_addr, transport, bta_dm_encrypt_cback, NULL, in bta_dm_set_encryption()
|