Searched refs:fastestConnFlag (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_client.cpp | 56 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 D | bluetooth_mock.cpp | 171 int32_t BleGattcSetFastestConn(int32_t clientId, bool fastestConnFlag) in BleGattcSetFastestConn() argument 173 return MockBluetooth::GetMocker()->BleGattcSetFastestConn(clientId, fastestConnFlag); in BleGattcSetFastestConn()
|
H A D | bluetooth_mock.h | 61 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 D | ohos_bt_gatt_client.h | 182 * @param fastestConnFlag Indicates whether to enable the fastest connection. 185 int BleGattcSetFastestConn(int clientId, bool fastestConnFlag);
|
/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.cpp | 222 int32_t BleGattcSetFastestConn(int32_t clientId, bool fastestConnFlag) in BleGattcSetFastestConn() argument 224 return MockBluetooth::GetMocker()->BleGattcSetFastestConn(clientId, fastestConnFlag); in BleGattcSetFastestConn()
|
H A D | bluetooth_mock.h | 69 virtual int32_t BleGattcSetFastestConn(int32_t clientId, bool fastestConnFlag) = 0; 138 MOCK_METHOD(int32_t, BleGattcSetFastestConn, (int32_t clientId, bool fastestConnFlag), (override));
|
Completed in 4 milliseconds