Home
last modified time | relevance | path

Searched refs:onClientDataReceived (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_connection.h152 …void (*onClientDataReceived)(uint32_t connectionId, bool isConnCharacteristic, uint8_t *data, uint… member
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_client.c778 …g_clientEventListener.onClientDataReceived(connection->connectionId, isConnCharacteristic, value, … in BleGattcNotificationReceiveCallback()
941 …CONN_CHECK_AND_RETURN_RET_LOGW(listener->onClientDataReceived != NULL, SOFTBUS_INVALID_PARAM, CONN… in ConnGattInitClientModule()
H A Dsoftbus_conn_ble_connection.c1213 .onClientDataReceived = BleOnDataReceived, in ConnBleInitConnectionMudule()