Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c1216 tGATT_CH_STATE ch_state = GATT_CH_CLOSE; in gatt_get_ch_state()
1242 if (p_tcb && p_tcb->in_use && (p_tcb->ch_state != GATT_CH_CLOSE)) { in gatt_tcb_active_count()
Dgatt_api.c1368 if (gatt_get_ch_state(p_tcb) != GATT_CH_CLOSE) { in GATT_Deregister()
Dgatt_utils.c2357 gatt_set_ch_state(p_tcb, GATT_CH_CLOSE); in gatt_cleanup_upon_disc()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h299 #define GATT_CH_CLOSE 0 macro