Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_le_sec.c36 bool inResolvingList; member
57 block->inResolvingList = false; in BtmAllocLePairedDeviceBlock()
289 block->inResolvingList = false; in BTM_SetLePairedDevices()
295 block->inResolvingList = true; in BTM_SetLePairedDevices()
347 block->inResolvingList = true; in BTM_AddLePairedDevice()
380 if (block->inResolvingList) { in BTM_RemoveLePairedDevice()
652 bool inResolvingList = false; in BTM_IsDeviceInResolvingList() local
658 inResolvingList = block->inResolvingList; in BTM_IsDeviceInResolvingList()
663 return inResolvingList; in BTM_IsDeviceInResolvingList()