Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_le_sec.c34 BtmLePairedDevice pairedInfo;
51 static BtmLePairedDeviceBlock *BtmAllocLePairedDeviceBlock(const BtmLePairedDevice *device) in BtmAllocLePairedDeviceBlock()
83 static void BtmAddToResolvingList(const BtmLePairedDevice *device) in BtmAddToResolvingList()
103 static void BtmSetPrivacyMode(const BtmLePairedDevice *device) in BtmSetPrivacyMode()
121 static void BtmRemoveFromResolvingList(const BtmLePairedDevice *device) in BtmRemoveFromResolvingList()
262 void BTM_SetLePairedDevices(const BtmLePairedDevice *pairedDevices, uint16_t count) in BTM_SetLePairedDevices()
313 void BTM_AddLePairedDevice(const BtmLePairedDevice *device) in BTM_AddLePairedDevice()
484 int BTM_GetAllPairedDevices(BtmLePairedDevice **devices, uint16_t *count) in BTM_GetAllPairedDevices()
498 BtmLePairedDevice *devices_ = MEM_MALLOC.alloc(sizeof(BtmLePairedDevice) * devCoun in BTM_GetAllPairedDevices()
[all...]
H A Dbtm_le_sec.h39 int BTM_GetAllPairedDevices(BtmLePairedDevice **devices, uint16_t *count);
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h551 } BtmLePairedDevice; typedef
566 void BTSTACK_API BTM_SetLePairedDevices(const BtmLePairedDevice *pairedDevices, uint16_t count);
571 * @param device Point to a <b>BtmLePairedDevice</b> struct.
573 void BTSTACK_API BTM_AddLePairedDevice(const BtmLePairedDevice *device);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp1186 std::vector<BtmLePairedDevice> devices; in SavePeerDevices2BTM()
1200 BtmLePairedDevice pairedDevice; in SavePeerDevices2BTM()
1371 BtmLePairedDevice pairedDevice; in LePairComplete()

Completed in 5 milliseconds