Searched refs:BleGattsAddCharacteristic (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | bluetooth_mock.cpp | 201 int32_t BleGattsAddCharacteristic(int32_t serverId, int32_t srvcHandle, in BleGattsAddCharacteristic() function 204 return MockBluetooth::GetMocker()->BleGattsAddCharacteristic( in BleGattsAddCharacteristic()
|
H A D | bluetooth_mock.h | 69 virtual int BleGattsAddCharacteristic( 125 MOCK_METHOD(int32_t, BleGattsAddCharacteristic,
|
H A D | softbus_adapter_ble_gatt_server_test.cpp | 98 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 D | ohos_bt_gatt_server.h | 197 * @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 D | bluetooth_mock.cpp | 252 int32_t BleGattsAddCharacteristic(int32_t serverId, int32_t srvcHandle, in BleGattsAddCharacteristic() function 255 return MockBluetooth::GetMocker()->BleGattsAddCharacteristic( in BleGattsAddCharacteristic()
|
H A D | bluetooth_mock.h | 77 virtual int32_t BleGattsAddCharacteristic( 147 MOCK_METHOD(int32_t, BleGattsAddCharacteristic,
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/ |
H A D | softbus_adapter_ble_gatt_server.c | 127 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 D | ohos_bt_gatt_server.cpp | 780 int BleGattsAddCharacteristic(int serverId, int srvcHandle, BtUuid characUuid, in BleGattsAddCharacteristic() function
|
Completed in 9 milliseconds