Searched refs:GATT_CH_CLOSE (Results 1 – 4 of 4) sorted by relevance
1216 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()
1368 if (gatt_get_ch_state(p_tcb) != GATT_CH_CLOSE) { in GATT_Deregister()
2357 gatt_set_ch_state(p_tcb, GATT_CH_CLOSE); in gatt_cleanup_upon_disc()
299 #define GATT_CH_CLOSE 0 macro