Home
last modified time | relevance | path

Searched refs:GATT_READ_MAX (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h437 GATT_READ_MAX enumerator
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c930 …if ( (p_tcb == NULL) || (p_reg == NULL) || (p_read == NULL) || ((type >= GATT_READ_MAX) || (type =… in GATTC_Read()