Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h946 tGATT_STATUS GATTS_GetAttributeValueInternal(UINT16 attr_handle, UINT16 *length, UINT8 **value);
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_act.c543 if (GATTS_GetAttributeValueInternal(attr_handle, length, value) == 0) { in bta_gatts_get_attr_value()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c833 tGATT_STATUS GATTS_GetAttributeValueInternal(UINT16 attr_handle, UINT16 *length, UINT8 **value) in GATTS_GetAttributeValueInternal() function