Home
last modified time | relevance | path

Searched refs:BleGattcConfigureMtuSize (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp155 int32_t BleGattcConfigureMtuSize(int32_t clientId, int32_t mtuSize) in BleGattcConfigureMtuSize() function
157 return MockBluetooth::GetMocker()->BleGattcConfigureMtuSize(clientId, mtuSize); in BleGattcConfigureMtuSize()
H A Dbluetooth_mock.h57 virtual int BleGattcConfigureMtuSize(int clientId, int mtuSize) = 0;
112 MOCK_METHOD(int32_t, BleGattcConfigureMtuSize, (int clientId, int mtuSize), (override));
H A Dsoftbus_adapter_ble_gatt_client_test.cpp90 EXPECT_CALL(mocker, BleGattcConfigureMtuSize).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in MockAll()
298 EXPECT_CALL(mocker, BleGattcConfigureMtuSize).Times(1).WillOnce(Return(OHOS_BT_STATUS_FAIL)); in HWTEST_F()
301 EXPECT_CALL(mocker, BleGattcConfigureMtuSize).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in HWTEST_F()
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_client.h283 int BleGattcConfigureMtuSize(int clientId, int mtuSize);
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp206 int32_t BleGattcConfigureMtuSize(int32_t clientId, int32_t mtuSize) in BleGattcConfigureMtuSize() function
208 return MockBluetooth::GetMocker()->BleGattcConfigureMtuSize(clientId, mtuSize); in BleGattcConfigureMtuSize()
H A Dbluetooth_mock.h65 virtual int32_t BleGattcConfigureMtuSize(int32_t clientId, int32_t mtuSize) = 0;
132 MOCK_METHOD(int32_t, BleGattcConfigureMtuSize, (int32_t clientId, int32_t mtuSize), (override));
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_client.c412 if (BleGattcConfigureMtuSize(clientId, mtuSize) != SOFTBUS_OK) { in SoftbusGattcConfigureMtuSize()
413 CONN_LOGE(CONN_BLE, "BleGattcConfigureMtuSize error"); in SoftbusGattcConfigureMtuSize()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp726 int BleGattcConfigureMtuSize(int clientId, int mtuSize) in BleGattcConfigureMtuSize() function

Completed in 6 milliseconds