Home
last modified time | relevance | path

Searched refs:pairedDevices (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_le_sec.c262 void BTM_SetLePairedDevices(const BtmLePairedDevice *pairedDevices, uint16_t count) in BTM_SetLePairedDevices() argument
281 block = BtmAllocLePairedDeviceBlock(pairedDevices + i); in BTM_SetLePairedDevices()
294 BtmAddToResolvingList(pairedDevices + i); in BTM_SetLePairedDevices()
299 BtmSetPrivacyMode(pairedDevices + i); in BTM_SetLePairedDevices()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h639 int32_t GetPairedDevices(int transport, std::vector<BluetoothRemoteDevice> &pairedDevices) const;
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h563 * @param pairedDevices The array of LE Paired Devices.
566 void BTSTACK_API BTM_SetLePairedDevices(const BtmLePairedDevice *pairedDevices, uint16_t count);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp1051 int32_t BluetoothHost::GetPairedDevices(int transport, std::vector<BluetoothRemoteDevice> &pairedDevices) const in GetPairedDevices()
1064 pairedDevices.emplace_back(device); in GetPairedDevices()

Completed in 6 milliseconds