Searched refs:SoftBusGattcNotify (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | softbus_adapter_ble_gatt_client_test.cpp | 44 bool Update(int id, int st, SoftBusGattcNotify *param); 45 testing::AssertionResult Expect(int id, int st, SoftBusGattcNotify *param); 47 SoftBusGattcNotify notify; 412 SoftBusGattcNotify notify = { 476 (void)memset_s(¬ify, sizeof(SoftBusGattcNotify), 0, sizeof(SoftBusGattcNotify)); in Reset() 479 bool GattcNotifyRecordCtx::Update(int id, int st, SoftBusGattcNotify *param) in Update() 506 testing::AssertionResult GattcNotifyRecordCtx::Expect(int id, int st, SoftBusGattcNotify *param) in Expect() 551 void StubNotificationReceiveCallback(int32_t clientId, SoftBusGattcNotify *param, int32_t status) in StubNotificationReceiveCallback()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/ |
H A D | softbus_adapter_ble_gatt_client.h | 35 } SoftBusGattcNotify; typedef 57 … void (*NotificationReceiveCallback)(int32_t clientId, SoftBusGattcNotify *param, int32_t status);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/ |
H A D | connection_ble_client_test.cpp | 507 SoftBusGattcNotify param = { 560 SoftBusGattcNotify param = { 603 SoftBusGattcNotify param = { 647 SoftBusGattcNotify param = {
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_client.c | 70 static void BleGattcNotificationReceiveCallback(int32_t underlayerHandle, SoftBusGattcNotify *param… 741 static void BleGattcNotificationReceiveCallback(int32_t underlayerHandle, SoftBusGattcNotify *param… in BleGattcNotificationReceiveCallback()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/ |
H A D | softbus_adapter_ble_gatt_client.c | 145 SoftBusGattcNotify notify; in GattcNotificationCallback()
|