Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_main.c239 if ( (ch_state = gatt_get_ch_state(p_tcb)) != GATT_CH_CLOSING ) in gatt_disconnect()
250 gatt_set_ch_state(p_tcb, GATT_CH_CLOSING); in gatt_disconnect()
391 else if(st == GATT_CH_CLOSING) in gatt_act_connect()
Dgatt_int.h295 #define GATT_CH_CLOSING 1 macro