Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c1054 bool restartAutoConnection = false; in BtmUpdateUpdateWhiteListOnLeConnectionComplete() local
1059 restartAutoConnection = BtmIsDeviceInWhiteList(whiteListAddrType, &addr); in BtmUpdateUpdateWhiteListOnLeConnectionComplete()
1061 restartAutoConnection = true; in BtmUpdateUpdateWhiteListOnLeConnectionComplete()
1063 restartAutoConnection = true; in BtmUpdateUpdateWhiteListOnLeConnectionComplete()
1082 if (BtmGetDeviceCountInWhiteList() > 0 && restartAutoConnection) { in BtmUpdateUpdateWhiteListOnLeConnectionComplete()
1235 bool restartAutoConnection = false; in BtmUpdateWhiteListOnLeEnhancedConnectionComplete() local
1240 restartAutoConnection = BtmIsDeviceInWhiteList(whiteListAddrType, &addr); in BtmUpdateWhiteListOnLeEnhancedConnectionComplete()
1242 restartAutoConnection = true; in BtmUpdateWhiteListOnLeEnhancedConnectionComplete()
1244 restartAutoConnection = true; in BtmUpdateWhiteListOnLeEnhancedConnectionComplete()
1263 if (BtmGetDeviceCountInWhiteList() > 0 && restartAutoConnection) { in BtmUpdateWhiteListOnLeEnhancedConnectionComplete()