Home
last modified time | relevance | path

Searched refs:GATT_CH_CLOSE (Results 1 – 7 of 7) 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()
Dgatt_sr_test.cc83 tGATT_CH_STATE gatt_get_ch_state(tGATT_TCB* p_tcb) { return GATT_CH_CLOSE; } in gatt_get_ch_state()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_gatt_main.cc48 return GATT_CH_CLOSE; in gatt_get_ch_state()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_int.h236 GATT_CH_CLOSE = 0, enumerator
245 CASE_RETURN_TEXT(GATT_CH_CLOSE); in gatt_channel_state_text()
Dgatt_main.cc1195 if (!p_tcb) return GATT_CH_CLOSE; in gatt_get_ch_state()
Dgatt_api.cc1307 if (gatt_get_ch_state(p_tcb) != GATT_CH_CLOSE) { in GATT_Deregister()
Dgatt_utils.cc1802 gatt_set_ch_state(p_tcb, GATT_CH_CLOSE); in gatt_cleanup_upon_disc()