Home
last modified time | relevance | path

Searched refs:GATTS_GetAttributeValue (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h944 tGATT_STATUS GATTS_GetAttributeValue(UINT16 attr_handle, UINT16 *length, UINT8 **value);
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_attr.c241 status = GATTS_GetAttributeValue(p_data->handle, &len, &value); in gatt_proc_read()
Dgatt_api.c800 tGATT_STATUS GATTS_GetAttributeValue(UINT16 attr_handle, UINT16 *length, UINT8 **value) in GATTS_GetAttributeValue() function
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_act.c547 return GATTS_GetAttributeValue(attr_handle, length, value); in bta_gatts_get_attr_value()