Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp201 int32_t BleGattsAddCharacteristic(int32_t serverId, int32_t srvcHandle, in BleGattsAddCharacteristic() function
204 return MockBluetooth::GetMocker()->BleGattsAddCharacteristic( in BleGattsAddCharacteristic()
H A Dbluetooth_mock.h69 virtual int BleGattsAddCharacteristic(
125 MOCK_METHOD(int32_t, BleGattsAddCharacteristic,
H A Dsoftbus_adapter_ble_gatt_server_test.cpp98 EXPECT_CALL(mocker, BleGattsAddCharacteristic).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in MockAll()
232 EXPECT_CALL(mocker, BleGattsAddCharacteristic).Times(1).WillOnce(Return(OHOS_BT_STATUS_FAIL)); in HWTEST_F()
237 EXPECT_CALL(mocker, BleGattsAddCharacteristic).Times(1).WillOnce(Return(OHOS_BT_STATUS_SUCCESS)); in HWTEST_F()
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_server.h197 * @brief Called when a characteristic is added to a service via {@link BleGattsAddCharacteristic}.
495 int BleGattsAddCharacteristic(int serverId, int srvcHandle, BtUuid characUuid,
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp252 int32_t BleGattsAddCharacteristic(int32_t serverId, int32_t srvcHandle, in BleGattsAddCharacteristic() function
255 return MockBluetooth::GetMocker()->BleGattsAddCharacteristic( in BleGattsAddCharacteristic()
H A Dbluetooth_mock.h77 virtual int32_t BleGattsAddCharacteristic(
147 MOCK_METHOD(int32_t, BleGattsAddCharacteristic,
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c127 if (BleGattsAddCharacteristic(g_halServerId, srvcHandle, uuid, properties, permissions) != SOFTBUS_OK) { in SoftBusGattsAddCharacteristic()
128 CONN_LOGE(CONN_BLE, "BleGattsAddCharacteristic return error"); in SoftBusGattsAddCharacteristic()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp780 int BleGattsAddCharacteristic(int serverId, int srvcHandle, BtUuid characUuid, in BleGattsAddCharacteristic() function

Completed in 9 milliseconds