Home
last modified time | relevance | path

Searched refs:BTM_SecAddBleDevice (Results 1 – 13 of 13) sorted by relevance

/system/bt/stack/btm/
Dbtm_client_interface.cc110 .BTM_SecAddBleDevice = BTM_SecAddBleDevice,
Dbtm_ble_batchscan.cc130 BTM_SecAddBleDevice(adv_data.bd_addr, BT_DEVICE_TYPE_BLE, in btm_ble_batchscan_filter_track_adv_vse_cback()
Dbtm_ble.cc58 void BTM_SecAddBleDevice(const RawAddress& bd_addr, tBT_DEVICE_TYPE dev_type, in BTM_SecAddBleDevice() function
61 return bluetooth::shim::BTM_SecAddBleDevice(bd_addr, dev_type, addr_type); in BTM_SecAddBleDevice()
/system/bt/stack/include/
Dbtm_ble_api.h57 extern void BTM_SecAddBleDevice(const RawAddress& bd_addr,
Dbtm_client_interface.h136 void (*BTM_SecAddBleDevice)(const RawAddress& bd_addr, member
/system/bt/btif/src/
Dbtif_gatt_test.cc200 BTM_SecAddBleDevice(*params->bda1, BT_DEVICE_TYPE_BLE, in btif_gattc_test_command_impl()
Dbtif_dm.cc1998 BTM_SecAddBleDevice(bd_addr, BT_DEVICE_TYPE_BLE, address_type); in btif_dm_create_bond_out_of_band()
/system/bt/test/mock/
Dmock_stack_btm_ble.cc192 void BTM_SecAddBleDevice(const RawAddress& bd_addr, tBT_DEVICE_TYPE dev_type, in BTM_SecAddBleDevice() function
Dmock_main_shim_btm_api.cc399 void bluetooth::shim::BTM_SecAddBleDevice(const RawAddress& bd_addr, in BTM_SecAddBleDevice() function in bluetooth::shim
/system/bt/main/shim/
Dbtm_api.h402 void BTM_SecAddBleDevice(const RawAddress& bd_addr, tBT_DEVICE_TYPE dev_type,
Dbtm_api.cc933 void bluetooth::shim::BTM_SecAddBleDevice(const RawAddress& bd_addr, in BTM_SecAddBleDevice() function in bluetooth::shim
/system/bt/stack/test/common/
Dmock_main_shim_btm_api.cc403 void bluetooth::shim::BTM_SecAddBleDevice(const RawAddress& bd_addr, in BTM_SecAddBleDevice() function in bluetooth::shim
/system/bt/bta/dm/
Dbta_dm_act.cc3626 BTM_SecAddBleDevice(bd_addr, dev_type, addr_type); in bta_dm_add_ble_device()