Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h443 GATT_READ_PARTIAL, enumerator
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c1008 case GATT_READ_PARTIAL: in GATTC_Read()
1012 if (type == GATT_READ_PARTIAL) { in GATTC_Read()
Dgatt_cl.c180 case GATT_READ_PARTIAL: in gatt_act_read()
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c1176 status = GATTC_Read(conn_id, GATT_READ_PARTIAL, &read_param); in BTA_GATTC_ReadLongChar()