OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ch_state
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/avct/
avct_int.h
68
UINT8
ch_state
; /* L2CAP channel state */
member in struct:__anon3473
79
UINT8
ch_state
; /* L2CAP channel state */
member in struct:__anon3474
95
UINT8
ch_state
; /* L2CAP channel state */
member in struct:__anon3475
/external/bluetooth/bluedroid/stack/gatt/
gatt_main.c
182
tGATT_CH_STATE
ch_state
;
local
188
if ( (
ch_state
= gatt_get_ch_state(p_tcb)) != GATT_CH_CLOSING )
192
if (
ch_state
== GATT_CH_OPEN)
566
GATT_TRACE_DEBUG3("gatt_l2c_connect_cfm_cback result: %d
ch_state
: %d, lcid:0x%x", result, gatt_get_ch_state(p_tcb), p_tcb->att_lcid);
1121
tGATT_CH_STATE
ch_state
= GATT_CH_CLOSE;
local
[
all
...]
gatt_int.h
346
tGATT_CH_STATE
ch_state
;
member in struct:__anon3568
531
extern void gatt_set_ch_state(tGATT_TCB *p_tcb, tGATT_CH_STATE
ch_state
);
Completed in 51 milliseconds