Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h739 void BTSTACK_API ATT_HandleValueIndication(uint16_t connectHandle, uint16_t attHandle, const Buffer…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_send_response.c1635 void ATT_HandleValueIndication(uint16_t connectHandle, uint16_t attHandle, const Buffer *attValue) in ATT_HandleValueIndication() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp2054 ATT_HandleValueIndication(connectHandle, handle, buffer); in SendIndication()