Searched refs:BTM_SecAddBleDevice (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/include/ |
D | btm_ble_api.h | 55 extern bool BTM_SecAddBleDevice(const RawAddress& bd_addr, BD_NAME bd_name,
|
/system/bt/btif/src/ |
D | btif_gatt_test.cc | 202 BTM_SecAddBleDevice(*params->bda1, NULL, BT_DEVICE_TYPE_BLE, in btif_gattc_test_command_impl()
|
D | btif_dm.cc | 2272 BTM_SecAddBleDevice(*bd_addr, NULL, BT_DEVICE_TYPE_BLE, address_type); in btif_dm_create_bond_out_of_band()
|
/system/bt/stack/btm/ |
D | btm_ble_batchscan.cc | 124 BTM_SecAddBleDevice(adv_data.bd_addr, NULL, BT_DEVICE_TYPE_BLE, in btm_ble_batchscan_filter_track_adv_vse_cback()
|
D | btm_ble.cc | 70 bool BTM_SecAddBleDevice(const RawAddress& bd_addr, BD_NAME bd_name, in BTM_SecAddBleDevice() function
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 3965 if (!BTM_SecAddBleDevice(bd_addr, NULL, dev_type, addr_type)) { in bta_dm_add_ble_device()
|