Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c263 tGATT_CH_STATE ch_state; in gatt_disconnect()
1199 void gatt_set_ch_state(tGATT_TCB *p_tcb, tGATT_CH_STATE ch_state) in gatt_set_ch_state()
1216 tGATT_CH_STATE gatt_get_ch_state(tGATT_TCB *p_tcb) in gatt_get_ch_state()
1218 tGATT_CH_STATE ch_state = GATT_CH_CLOSE; in gatt_get_ch_state()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h305 typedef UINT8 tGATT_CH_STATE; typedef
385 tGATT_CH_STATE ch_state;
601 extern void gatt_set_ch_state(tGATT_TCB *p_tcb, tGATT_CH_STATE ch_state);
602 extern tGATT_CH_STATE gatt_get_ch_state(tGATT_TCB *p_tcb);