Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gatts_int.h241 extern tGATT_STATUS bta_gatts_get_attr_value(UINT16 attr_handle, UINT16 *length, UINT8 **value);
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c502 return bta_gatts_get_attr_value(attr_handle, length, value); in BTA_GetAttributeValue()
Dbta_gatts_act.c541 tGATT_STATUS bta_gatts_get_attr_value(UINT16 attr_handle, UINT16 *length, UINT8 **value) in bta_gatts_get_attr_value() function