Searched refs:tGATT_CH_STATE (Results 1 – 2 of 2) sorted by relevance
302 typedef UINT8 tGATT_CH_STATE; typedef362 tGATT_CH_STATE ch_state;561 extern void gatt_set_ch_state(tGATT_TCB *p_tcb, tGATT_CH_STATE ch_state);562 extern tGATT_CH_STATE gatt_get_ch_state(tGATT_TCB *p_tcb);
185 tGATT_CH_STATE ch_state; in gatt_disconnect()1172 void gatt_set_ch_state(tGATT_TCB *p_tcb, tGATT_CH_STATE ch_state) in gatt_set_ch_state()1190 tGATT_CH_STATE gatt_get_ch_state(tGATT_TCB *p_tcb) in gatt_get_ch_state()1192 tGATT_CH_STATE ch_state = GATT_CH_CLOSE; in gatt_get_ch_state()