Searched refs:GATT_CH_CLOSING (Results 1 – 2 of 2) sorted by relevance
187 if ( (ch_state = gatt_get_ch_state(p_tcb)) != GATT_CH_CLOSING ) in gatt_disconnect()198 gatt_set_ch_state(p_tcb, GATT_CH_CLOSING); in gatt_disconnect()336 else if(st == GATT_CH_CLOSING) in gatt_act_connect()
280 #define GATT_CH_CLOSING 1 macro