Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp238 int32_t BleGattsSendIndication(int32_t serverId, GattsSendIndParam *param) in BleGattsSendIndication() function
240 return MockBluetooth::GetMocker()->BleGattsSendIndication(serverId, param); in BleGattsSendIndication()
H A Dbluetooth_mock.h77 virtual int BleGattsSendIndication(int serverId, GattsSendIndParam *param) = 0;
134 MOCK_METHOD(int32_t, BleGattsSendIndication, (int serverId, GattsSendIndParam *param), (override));
H A Dsoftbus_adapter_ble_gatt_server_test.cpp105 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 Dohos_bt_gatt_server.h262 * via {@link BleGattsSendIndication}.
579 int BleGattsSendIndication(int serverId, GattsSendIndParam *param);
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp289 int32_t BleGattsSendIndication(int32_t serverId, GattsSendIndParam *param) in BleGattsSendIndication() function
291 return MockBluetooth::GetMocker()->BleGattsSendIndication(serverId, param); in BleGattsSendIndication()
H A Dbluetooth_mock.h86 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 Dsoftbus_adapter_ble_gatt_server.c292 if (BleGattsSendIndication(g_halServerId, &notify) != SOFTBUS_OK) { in SoftBusGattsSendNotify()
293 CONN_LOGE(CONN_BLE, "BleGattsSendIndication failed"); in SoftBusGattsSendNotify()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp1062 int BleGattsSendIndication(int serverId, GattsSendIndParam *param) in BleGattsSendIndication() function

Completed in 9 milliseconds