Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_int.h234 typedef uint8_t tGATT_CH_STATE; typedef
276 tGATT_CH_STATE ch_state;
408 extern void gatt_set_ch_state(tGATT_TCB* p_tcb, tGATT_CH_STATE ch_state);
409 extern tGATT_CH_STATE gatt_get_ch_state(tGATT_TCB* p_tcb);
Dgatt_main.cc235 tGATT_CH_STATE ch_state = gatt_get_ch_state(p_tcb); in gatt_disconnect()
1007 void gatt_set_ch_state(tGATT_TCB* p_tcb, tGATT_CH_STATE ch_state) { in gatt_set_ch_state()
1016 tGATT_CH_STATE gatt_get_ch_state(tGATT_TCB* p_tcb) { in gatt_get_ch_state()