Home
last modified time | relevance | path

Searched refs:GattsSendIndParam (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_server.h98 } GattsSendIndParam; typedef
579 int BleGattsSendIndication(int serverId, GattsSendIndParam *param);
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.h77 virtual int BleGattsSendIndication(int serverId, GattsSendIndParam *param) = 0;
132 MOCK_METHOD(int, BleGattsSendIndication, (int serverId, GattsSendIndParam *param), (override));
H A Dbluetooth_mock.cpp237 int BleGattsSendIndication(int serverId, GattsSendIndParam *param) in BleGattsSendIndication()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.h84 virtual int BleGattsSendIndication(int serverId, GattsSendIndParam *param) = 0;
150 MOCK_METHOD(int, BleGattsSendIndication, (int serverId, GattsSendIndParam *param), (override));
H A Dbluetooth_mock.cpp288 int BleGattsSendIndication(int serverId, GattsSendIndParam *param) in BleGattsSendIndication()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c254 GattsSendIndParam notify = { in SoftBusGattsSendNotify()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp1065 int BleGattsSendIndication(int serverId, GattsSendIndParam *param) in BleGattsSendIndication()