Searched refs:tGATT_CH_STATE (Results 1 – 5 of 5) sorted by relevance
60 tGATT_CH_STATE gatt_get_ch_state(tGATT_TCB* p_tcb) { return GATT_CH_CLOSE; } in gatt_get_ch_state()61 void gatt_set_ch_state(tGATT_TCB* p_tcb, tGATT_CH_STATE ch_state) {} in gatt_set_ch_state()
83 tGATT_CH_STATE gatt_get_ch_state(tGATT_TCB* p_tcb) { return GATT_CH_CLOSE; } in gatt_get_ch_state()91 void gatt_set_ch_state(tGATT_TCB* p_tcb, tGATT_CH_STATE ch_state) {} in gatt_set_ch_state()
241 } tGATT_CH_STATE; typedef243 inline std::string gatt_channel_state_text(const tGATT_CH_STATE& state) { in gatt_channel_state_text()306 tGATT_CH_STATE ch_state;484 void gatt_set_ch_state(tGATT_TCB* p_tcb, tGATT_CH_STATE ch_state);485 tGATT_CH_STATE gatt_get_ch_state(tGATT_TCB* p_tcb);696 struct formatter<tGATT_CH_STATE> : enum_formatter<tGATT_CH_STATE> {};
266 tGATT_CH_STATE ch_state = gatt_get_ch_state(p_tcb); in gatt_disconnect()1185 void gatt_set_ch_state(tGATT_TCB* p_tcb, tGATT_CH_STATE ch_state) { in gatt_set_ch_state()1194 tGATT_CH_STATE gatt_get_ch_state(tGATT_TCB* p_tcb) { in gatt_get_ch_state()
46 tGATT_CH_STATE gatt_get_ch_state(tGATT_TCB* /* p_tcb */) { in gatt_get_ch_state()97 void gatt_set_ch_state(tGATT_TCB* /* p_tcb */, tGATT_CH_STATE /* ch_state */) { in gatt_set_ch_state() argument