Searched refs:NotificationReceiveCallback (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/ |
H A D | connection_ble_client_test.cpp | 515 gattCb->NotificationReceiveCallback(bleConnection->underlayerHandle, ¶m, 517 gattCb->NotificationReceiveCallback(bleConnection->underlayerHandle, ¶m, SOFTBUS_OK); 528 gattCb->NotificationReceiveCallback(bleConnection->underlayerHandle, ¶m, SOFTBUS_OK); 538 gattCb->NotificationReceiveCallback(bleConnection->underlayerHandle, ¶m, SOFTBUS_OK); 571 gattCb->NotificationReceiveCallback(bleConnection->underlayerHandle, ¶m, SOFTBUS_OK); 576 gattCb->NotificationReceiveCallback(bleConnection->underlayerHandle, ¶m, SOFTBUS_OK); 580 gattCb->NotificationReceiveCallback(bleConnection->underlayerHandle, ¶m, SOFTBUS_OK); 614 gattCb->NotificationReceiveCallback(bleConnection->underlayerHandle, ¶m, SOFTBUS_OK); 623 gattCb->NotificationReceiveCallback(bleConnection->underlayerHandle, ¶m, SOFTBUS_OK); 658 gattCb->NotificationReceiveCallback(bleConnection->underlayerHandle, ¶m, SOFTBUS_OK); [all …]
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/ |
H A D | softbus_adapter_ble_gatt_client.h | 57 … void (*NotificationReceiveCallback)(int32_t clientId, SoftBusGattcNotify *param, int32_t status); member
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/ |
H A D | softbus_adapter_ble_gatt_client.c | 153 if (cb.NotificationReceiveCallback == NULL) { in GattcNotificationCallback() 157 cb.NotificationReceiveCallback(clientId, ¬ify, 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 D | softbus_adapter_ble_gatt_client_test.cpp | 567 .NotificationReceiveCallback = StubNotificationReceiveCallback, in GetStubGattcCallback()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_client.c | 77 .NotificationReceiveCallback = BleGattcNotificationReceiveCallback,
|