Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_central_manager_server.h63 void SetWindowAndInterval(const int mode, uint16_t &window, uint16_t &interval);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp393SetWindowAndInterval(settings.GetScanMode(), iter->param.scanWindow, iter->param.scanInterval); in StartScan()
611 void BluetoothBleCentralManagerServer::SetWindowAndInterval(const int mode, uint16_t &window, uint1… in SetWindowAndInterval() function in OHOS::Bluetooth::BluetoothBleCentralManagerServer