Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c266 if ( (ch_state = gatt_get_ch_state(p_tcb)) != GATT_CH_CLOSING ) { in gatt_disconnect()
272 gatt_set_ch_state(p_tcb, GATT_CH_CLOSING); in gatt_disconnect()
395 } else if (st == GATT_CH_CLOSING) { in gatt_act_connect()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h300 #define GATT_CH_CLOSING 1 macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c1976 gatt_set_ch_state(p_tcb, GATT_CH_CLOSING); in L2CA_BleDisconnect()