Searched refs:GattsSendIndParam (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gatt_server.h | 98 } GattsSendIndParam; typedef 579 int BleGattsSendIndication(int serverId, GattsSendIndParam *param);
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | bluetooth_mock.h | 77 virtual int BleGattsSendIndication(int serverId, GattsSendIndParam *param) = 0; 132 MOCK_METHOD(int, BleGattsSendIndication, (int serverId, GattsSendIndParam *param), (override));
|
H A D | bluetooth_mock.cpp | 237 int BleGattsSendIndication(int serverId, GattsSendIndParam *param) in BleGattsSendIndication()
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.h | 84 virtual int BleGattsSendIndication(int serverId, GattsSendIndParam *param) = 0; 150 MOCK_METHOD(int, BleGattsSendIndication, (int serverId, GattsSendIndParam *param), (override));
|
H A D | bluetooth_mock.cpp | 288 int BleGattsSendIndication(int serverId, GattsSendIndParam *param) in BleGattsSendIndication()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/ |
H A D | softbus_adapter_ble_gatt_server.c | 254 GattsSendIndParam notify = { in SoftBusGattsSendNotify()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_server.cpp | 1065 int BleGattsSendIndication(int serverId, GattsSendIndParam *param) in BleGattsSendIndication()
|