Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h37 #define GATT_TRANS_ID_MAX 0x0fffffff /* 4 MSB is reserved */ macro
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_sr.c99 p_tcb->trans_id %= GATT_TRANS_ID_MAX; in gatt_sr_enqueue_cmd()