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.cc236 if (ch_state == GATT_CH_CLOSING) { in gatt_disconnect()
251 gatt_set_ch_state(p_tcb, GATT_CH_CLOSING); in gatt_disconnect()
363 } else if (st == GATT_CH_CLOSING) { in gatt_act_connect()
Dgatt_int.h229 #define GATT_CH_CLOSING 1 macro