Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/gatt/
Dmock_gatt_utils_ref.cc60 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()
Dgatt_sr_test.cc83 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()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_int.h241 } tGATT_CH_STATE; typedef
243 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> {};
Dgatt_main.cc266 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()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_gatt_main.cc46 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