Searched refs:GATT_MAX_READ_MULTI_HANDLES (Results 1 – 3 of 3) sorted by relevance
438 #define GATT_MAX_READ_MULTI_HANDLES 10 /* Max attributes to read in one request */ macro443 UINT16 handles[GATT_MAX_READ_MULTI_HANDLES]; /* handles list to be read */
216 #define BTA_GATTC_MULTI_MAX GATT_MAX_READ_MULTI_HANDLES
427 while (ll >= 2 && p_tcb->sr_cmd.multi_req.num_handles < GATT_MAX_READ_MULTI_HANDLES) in gatt_process_read_multi_req()