Home
last modified time | relevance | path

Searched refs:fastestConnFlag (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp56 bool fastestConnFlag; member
344 clientWrapper.fastestConnFlag = false; in BleGattcRegister()
380 * @param fastestConnFlag Indicates whether to enable the fastest connection.
383 int BleGattcSetFastestConn(int clientId, bool fastestConnFlag) in BleGattcSetFastestConn() argument
386 HILOGI("clientId: %{public}d, fastestConnFlag: %{public}d", clientId, fastestConnFlag); in BleGattcSetFastestConn()
392 iter->second.fastestConnFlag = fastestConnFlag; in BleGattcSetFastestConn()
434 if (iter->second.fastestConnFlag) { in BleGattcConnect()
439 iter->second.fastestConnFlag in BleGattcConnect()
[all...]
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp171 int32_t BleGattcSetFastestConn(int32_t clientId, bool fastestConnFlag) in BleGattcSetFastestConn() argument
173 return MockBluetooth::GetMocker()->BleGattcSetFastestConn(clientId, fastestConnFlag); in BleGattcSetFastestConn()
H A Dbluetooth_mock.h61 virtual int BleGattcSetFastestConn(int clientId, bool fastestConnFlag) = 0;
117 MOCK_METHOD(int32_t, BleGattcSetFastestConn, (int clientId, bool fastestConnFlag), (override));
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_client.h182 * @param fastestConnFlag Indicates whether to enable the fastest connection.
185 int BleGattcSetFastestConn(int clientId, bool fastestConnFlag);
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp222 int32_t BleGattcSetFastestConn(int32_t clientId, bool fastestConnFlag) in BleGattcSetFastestConn() argument
224 return MockBluetooth::GetMocker()->BleGattcSetFastestConn(clientId, fastestConnFlag); in BleGattcSetFastestConn()
H A Dbluetooth_mock.h69 virtual int32_t BleGattcSetFastestConn(int32_t clientId, bool fastestConnFlag) = 0;
138 MOCK_METHOD(int32_t, BleGattcSetFastestConn, (int32_t clientId, bool fastestConnFlag), (override));

Completed in 6 milliseconds