Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c148 static uint16_t g_leScanInterval = LE_SCAN_INTERVAL_DEFAULT; variable
215 g_leScanInterval = LE_SCAN_INTERVAL_DEFAULT; in BtmAclAllocRes()
301 g_leScanInterval = LE_SCAN_INTERVAL_DEFAULT; in BtmStartAcl()
662 uint16_t leScanInterval = g_leScanInterval; in BtmLeExtendedCreateConnection()
708 uint16_t leScanInterval = g_leScanInterval; in BtmStartAutoConnectionInternal()
2279 if (g_leScanInterval != LE_SCAN_INTERVAL_FAST || g_leScanWindow != LE_SCAN_WINDOW_FAST) { in BTM_SetLeConnectionModeToFast()
2284 g_leScanInterval = LE_SCAN_INTERVAL_FAST; in BTM_SetLeConnectionModeToFast()
2301 if (g_leScanInterval != LE_SCAN_INTERVAL_SLOW || g_leScanWindow != LE_SCAN_WINDOW_SLOW) { in BTM_SetLeConnectionModeToSlow()
2306 g_leScanInterval = LE_SCAN_INTERVAL_SLOW; in BTM_SetLeConnectionModeToSlow()