Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_wl.h35 int BtmGetDeviceCountInWhiteList();
H A Dbtm_acl.c736 if (BtmGetDeviceCountInWhiteList() > 0) { in BtmStartAutoConnection()
754 if (BtmGetDeviceCountInWhiteList() > 0) { in BtmStopAutoConnection()
783 if (BtmGetDeviceCountInWhiteList() > 0) { in BtmLeCreateConnection()
1082 if (BtmGetDeviceCountInWhiteList() > 0 && restartAutoConnection) { in BtmUpdateUpdateWhiteListOnLeConnectionComplete()
1263 if (BtmGetDeviceCountInWhiteList() > 0 && restartAutoConnection) { in BtmUpdateWhiteListOnLeEnhancedConnectionComplete()
2280 if (BtmGetDeviceCountInWhiteList() > 0) { in BTM_SetLeConnectionModeToFast()
2302 if (BtmGetDeviceCountInWhiteList() > 0) { in BTM_SetLeConnectionModeToSlow()
H A Dbtm_wl.c216 int BtmGetDeviceCountInWhiteList() in BtmGetDeviceCountInWhiteList() function