Searched refs:BleGattsSendIndication (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | bluetooth_mock.cpp | 238 int32_t BleGattsSendIndication(int32_t serverId, GattsSendIndParam *param) in BleGattsSendIndication() function 240 return MockBluetooth::GetMocker()->BleGattsSendIndication(serverId, param); in BleGattsSendIndication()
|
H A D | bluetooth_mock.h | 77 virtual int BleGattsSendIndication(int serverId, GattsSendIndParam *param) = 0; 134 MOCK_METHOD(int32_t, BleGattsSendIndication, (int serverId, GattsSendIndParam *param), (override));
|
H A D | softbus_adapter_ble_gatt_server_test.cpp | 105 EXPECT_CALL(mocker, BleGattsSendIndication).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in MockAll() 420 EXPECT_CALL(mocker, BleGattsSendIndication).Times(1).WillOnce(Return(OHOS_BT_STATUS_FAIL)); in HWTEST_F() 423 EXPECT_CALL(mocker, BleGattsSendIndication).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 | 262 * via {@link BleGattsSendIndication}. 579 int BleGattsSendIndication(int serverId, GattsSendIndParam *param);
|
/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.cpp | 289 int32_t BleGattsSendIndication(int32_t serverId, GattsSendIndParam *param) in BleGattsSendIndication() function 291 return MockBluetooth::GetMocker()->BleGattsSendIndication(serverId, param); in BleGattsSendIndication()
|
H A D | bluetooth_mock.h | 86 virtual int32_t BleGattsSendIndication(int32_t serverId, GattsSendIndParam *param) = 0; 157 MOCK_METHOD(int32_t, BleGattsSendIndication, (int32_t serverId, GattsSendIndParam *param), (override));
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/ |
H A D | softbus_adapter_ble_gatt_server.c | 292 if (BleGattsSendIndication(g_halServerId, ¬ify) != SOFTBUS_OK) { in SoftBusGattsSendNotify() 293 CONN_LOGE(CONN_BLE, "BleGattsSendIndication failed"); in SoftBusGattsSendNotify()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_server.cpp | 1062 int BleGattsSendIndication(int serverId, GattsSendIndParam *param) in BleGattsSendIndication() function
|
Completed in 9 milliseconds