Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h452 #define GATT_MAX_READ_MULTI_HANDLES 10 /* Max attributes to read in one request */ macro
456 UINT16 handles[GATT_MAX_READ_MULTI_HANDLES]; /* handles list to be read */
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h188 UINT16 handles[GATT_MAX_READ_MULTI_HANDLES];
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h258 #define BTA_GATTC_MULTI_MAX GATT_MAX_READ_MULTI_HANDLES
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_sr.c504 while (ll >= 2 && p_tcb->sr_cmd.multi_req.num_handles < GATT_MAX_READ_MULTI_HANDLES) { in gatt_process_read_multi_req()