OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int_cmd_rsp_pending
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/hci/src/
hci_h4.c
145
int
int_cmd_rsp_pending
; /* Num of internal cmds pending for ack */
member in struct:__anon5784
266
if (p_cb->
int_cmd_rsp_pending
> 0)
290
p_cb->
int_cmd_rsp_pending
--;
710
(h4_cb.
int_cmd_rsp_pending
> 0) && \
979
if (h4_cb.
int_cmd_rsp_pending
> INT_CMD_PKT_MAX_COUNT)
987
h4_cb.
int_cmd_rsp_pending
++;
[
all
...]
hci_mct.c
129
int
int_cmd_rsp_pending
; /* Num of internal cmds pending for ack */
member in struct:__anon5788
256
if (p_cb->
int_cmd_rsp_pending
> 0)
280
p_cb->
int_cmd_rsp_pending
--;
685
(mct_cb.
int_cmd_rsp_pending
> 0) && \
[
all
...]
Completed in 31 milliseconds