Searched refs:BleGattcConfigureMtuSize (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | bluetooth_mock.cpp | 155 int32_t BleGattcConfigureMtuSize(int32_t clientId, int32_t mtuSize) in BleGattcConfigureMtuSize() function 157 return MockBluetooth::GetMocker()->BleGattcConfigureMtuSize(clientId, mtuSize); in BleGattcConfigureMtuSize()
|
H A D | bluetooth_mock.h | 57 virtual int BleGattcConfigureMtuSize(int clientId, int mtuSize) = 0; 112 MOCK_METHOD(int32_t, BleGattcConfigureMtuSize, (int clientId, int mtuSize), (override));
|
H A D | softbus_adapter_ble_gatt_client_test.cpp | 90 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 D | ohos_bt_gatt_client.h | 283 int BleGattcConfigureMtuSize(int clientId, int mtuSize);
|
/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.cpp | 206 int32_t BleGattcConfigureMtuSize(int32_t clientId, int32_t mtuSize) in BleGattcConfigureMtuSize() function 208 return MockBluetooth::GetMocker()->BleGattcConfigureMtuSize(clientId, mtuSize); in BleGattcConfigureMtuSize()
|
H A D | bluetooth_mock.h | 65 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 D | softbus_adapter_ble_gatt_client.c | 412 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 D | ohos_bt_gatt_client.cpp | 726 int BleGattcConfigureMtuSize(int clientId, int mtuSize) in BleGattcConfigureMtuSize() function
|
Completed in 6 milliseconds