Searched refs:SoftBusGattsSendNotify (Results 1 – 4 of 4) sorted by relevance
408 HWTEST_F(AdapterBleGattServerTest, SoftBusGattsSendNotify, TestSize.Level3)421 … ASSERT_EQ(SoftBusGattsSendNotify(¬ify), SOFTBUS_CONN_BLE_UNDERLAY_SERVER_SEND_INDICATION_ERR);424 ASSERT_EQ(SoftBusGattsSendNotify(¬ify), SOFTBUS_OK);621 ASSERT_EQ(SoftBusGattsSendNotify(¬ify), SOFTBUS_OK);
166 int SoftBusGattsSendNotify(SoftBusGattsNotify *param);
243 int SoftBusGattsSendNotify(SoftBusGattsNotify *param) in SoftBusGattsSendNotify() function
921 return SoftBusGattsSendNotify(¬ify); in ConnGattServerSend()