Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc267 if (ch_state == GATT_CH_CLOSING) { in gatt_disconnect()
279 gatt_set_ch_state(p_tcb, GATT_CH_CLOSING); in gatt_disconnect()
437 } else if (st == GATT_CH_CLOSING) { in gatt_act_connect()
Dgatt_int.h237 GATT_CH_CLOSING = 1, enumerator
246 CASE_RETURN_TEXT(GATT_CH_CLOSING); in gatt_channel_state_text()