Home
last modified time | relevance | path

Searched refs:NotificationReceiveCallback (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_client_test.cpp515 gattCb->NotificationReceiveCallback(bleConnection->underlayerHandle, &param,
517 gattCb->NotificationReceiveCallback(bleConnection->underlayerHandle, &param, SOFTBUS_OK);
528 gattCb->NotificationReceiveCallback(bleConnection->underlayerHandle, &param, SOFTBUS_OK);
538 gattCb->NotificationReceiveCallback(bleConnection->underlayerHandle, &param, SOFTBUS_OK);
571 gattCb->NotificationReceiveCallback(bleConnection->underlayerHandle, &param, SOFTBUS_OK);
576 gattCb->NotificationReceiveCallback(bleConnection->underlayerHandle, &param, SOFTBUS_OK);
580 gattCb->NotificationReceiveCallback(bleConnection->underlayerHandle, &param, SOFTBUS_OK);
614 gattCb->NotificationReceiveCallback(bleConnection->underlayerHandle, &param, SOFTBUS_OK);
623 gattCb->NotificationReceiveCallback(bleConnection->underlayerHandle, &param, SOFTBUS_OK);
658 gattCb->NotificationReceiveCallback(bleConnection->underlayerHandle, &param, SOFTBUS_OK);
[all …]
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_ble_gatt_client.h57 … void (*NotificationReceiveCallback)(int32_t clientId, SoftBusGattcNotify *param, int32_t status); member
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_client.c153 if (cb.NotificationReceiveCallback == NULL) { in GattcNotificationCallback()
157 cb.NotificationReceiveCallback(clientId, &notify, status); in GattcNotificationCallback()
167 …CONN_CHECK_AND_RETURN_RET_LOGE(cb->NotificationReceiveCallback != NULL, SOFTBUS_INVALID_PARAM, CON… in SoftbusGattcRegisterCallback()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_ble_gatt_client_test.cpp567 .NotificationReceiveCallback = StubNotificationReceiveCallback, in GetStubGattcCallback()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_client.c77 .NotificationReceiveCallback = BleGattcNotificationReceiveCallback,