Searched refs:BTM_SecAddBleDevice (Results 1 – 13 of 13) sorted by relevance
/system/bt/stack/btm/ |
D | btm_client_interface.cc | 110 .BTM_SecAddBleDevice = BTM_SecAddBleDevice,
|
D | btm_ble_batchscan.cc | 130 BTM_SecAddBleDevice(adv_data.bd_addr, BT_DEVICE_TYPE_BLE, in btm_ble_batchscan_filter_track_adv_vse_cback()
|
D | btm_ble.cc | 58 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/ |
D | btm_ble_api.h | 57 extern void BTM_SecAddBleDevice(const RawAddress& bd_addr,
|
D | btm_client_interface.h | 136 void (*BTM_SecAddBleDevice)(const RawAddress& bd_addr, member
|
/system/bt/btif/src/ |
D | btif_gatt_test.cc | 200 BTM_SecAddBleDevice(*params->bda1, BT_DEVICE_TYPE_BLE, in btif_gattc_test_command_impl()
|
D | btif_dm.cc | 1998 BTM_SecAddBleDevice(bd_addr, BT_DEVICE_TYPE_BLE, address_type); in btif_dm_create_bond_out_of_band()
|
/system/bt/test/mock/ |
D | mock_stack_btm_ble.cc | 192 void BTM_SecAddBleDevice(const RawAddress& bd_addr, tBT_DEVICE_TYPE dev_type, in BTM_SecAddBleDevice() function
|
D | mock_main_shim_btm_api.cc | 399 void bluetooth::shim::BTM_SecAddBleDevice(const RawAddress& bd_addr, in BTM_SecAddBleDevice() function in bluetooth::shim
|
/system/bt/main/shim/ |
D | btm_api.h | 402 void BTM_SecAddBleDevice(const RawAddress& bd_addr, tBT_DEVICE_TYPE dev_type,
|
D | btm_api.cc | 933 void bluetooth::shim::BTM_SecAddBleDevice(const RawAddress& bd_addr, in BTM_SecAddBleDevice() function in bluetooth::shim
|
/system/bt/stack/test/common/ |
D | mock_main_shim_btm_api.cc | 403 void bluetooth::shim::BTM_SecAddBleDevice(const RawAddress& bd_addr, in BTM_SecAddBleDevice() function in bluetooth::shim
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 3626 BTM_SecAddBleDevice(bd_addr, dev_type, addr_type); in bta_dm_add_ble_device()
|