Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
Datt.h449 void BTSTACK_API ATT_ClientSendDataRegister(attSendDataCallback attSendDataCB, void *context);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
Datt_send_request.c1670 void ATT_ClientSendDataRegister(attSendDataCallback attSendDataCB, void *context) in ATT_ClientSendDataRegister() function
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
Dgatt_client_profile.cpp192 ATT_ClientSendDataRegister(attReqCallback, this); in RegisterCallbackToATT()