Home
last modified time | relevance | path

Searched refs:gatt_channel_state_text (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc1175 bt_transport_text(p_tcb->transport), gatt_channel_state_text(p_tcb->ch_state), in gatt_set_ch_state()
1176 gatt_channel_state_text(ch_state), holders_string); in gatt_set_ch_state()
1193 bt_transport_text(p_tcb->transport), gatt_channel_state_text(p_tcb->ch_state)); in gatt_get_ch_state()
Dgatt_int.h240 inline std::string gatt_channel_state_text(const tGATT_CH_STATE& state) { in gatt_channel_state_text() function
486 gatt_channel_state_text(state), holders_info); in ToString()
Dgatt_utils.cc486 << " ch_state: " << gatt_channel_state_text(p_tcb->ch_state) << ", " in gatt_tcb_dump()