Home
last modified time | relevance | path

Searched refs:SoftBusGattsSendNotify (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_ble_gatt_server_test.cpp408 HWTEST_F(AdapterBleGattServerTest, SoftBusGattsSendNotify, TestSize.Level3)
421 … ASSERT_EQ(SoftBusGattsSendNotify(&notify), SOFTBUS_CONN_BLE_UNDERLAY_SERVER_SEND_INDICATION_ERR);
424 ASSERT_EQ(SoftBusGattsSendNotify(&notify), SOFTBUS_OK);
621 ASSERT_EQ(SoftBusGattsSendNotify(&notify), SOFTBUS_OK);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_ble_gatt_server.h166 int SoftBusGattsSendNotify(SoftBusGattsNotify *param);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c243 int SoftBusGattsSendNotify(SoftBusGattsNotify *param) in SoftBusGattsSendNotify() function
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_server.c921 return SoftBusGattsSendNotify(&notify); in ConnGattServerSend()