Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_wl.c36 } BtmWhiteListEntity; typedef
44 static BtmWhiteListEntity *BtmAllocWhiteListEntity(uint8_t addressType, const BtAddr *address) in BtmAllocWhiteListEntity()
46 BtmWhiteListEntity *entity = MEM_MALLOC.alloc(sizeof(BtmWhiteListEntity)); in BtmAllocWhiteListEntity()
59 static BtmWhiteListEntity *BtmFindWhiteListEntityByType(uint8_t addressType) in BtmFindWhiteListEntityByType()
61 BtmWhiteListEntity *entity = NULL; in BtmFindWhiteListEntityByType()
88 static BtmWhiteListEntity *BtmFindWhiteListEntity(uint8_t addressType, const BtAddr *address) in BtmFindWhiteListEntity()
90 BtmWhiteListEntity *entity = NULL; in BtmFindWhiteListEntity()
113 BtmWhiteListEntity *entity = NULL; in BtmAddDeviceToWhiteList()
167 BtmWhiteListEntity *entity = NULL; in BtmRemoveDeviceFromWhiteList()
276 BtmWhiteListEntity *entity = NULL; in BtmIsDeviceInWhiteList()