Home
last modified time | relevance | path

Searched refs:bta_dm_add_ble_device (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_act.cc48 struct bta_dm_add_ble_device bta_dm_add_ble_device; variable
120 void bta_dm_add_ble_device(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in bta_dm_add_ble_device() function
123 test::mock::bta_dm_act::bta_dm_add_ble_device(bd_addr, addr_type, dev_type); in bta_dm_add_ble_device()
Dmock_bta_dm_act.h141 struct bta_dm_add_ble_device { struct
151 extern struct bta_dm_add_ble_device bta_dm_add_ble_device; argument
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec_api.cc209 bta_dm_add_ble_device(bd_addr, addr_type, dev_type); in BTA_DmAddBleDevice()
211 do_in_main_thread(FROM_HERE, base::BindOnce(bta_dm_add_ble_device, bd_addr, in BTA_DmAddBleDevice()
Dbta_dm_sec_int.h69 void bta_dm_add_ble_device(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type,
Dbta_dm_sec.cc962 void bta_dm_add_ble_device(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in bta_dm_add_ble_device() function