Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h423 GATT_DISC_MAX /* maximnun discover type */ enumerator
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_cl.c50 static const UINT8 disc_type_to_att_opcode[GATT_DISC_MAX] = {
60 static const UINT16 disc_type_to_uuid[GATT_DISC_MAX] = {
Dgatt_api.c906 (disc_type >= GATT_DISC_MAX)) { in GATTC_Discover()
Dgatt_utils.c2268 UINT8 op = p_clcb->operation, disc_type = GATT_DISC_MAX; in gatt_end_operation()