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
143
int
int_cmd_rsp_pending
; /* Num of internal cmds pending for ack */
member in struct:__anon733
270
if (p_cb->
int_cmd_rsp_pending
> 0)
295
p_cb->
int_cmd_rsp_pending
--;
721
(h4_cb.
int_cmd_rsp_pending
> 0) && \
990
if (h4_cb.
int_cmd_rsp_pending
> INT_CMD_PKT_MAX_COUNT)
998
h4_cb.
int_cmd_rsp_pending
++;
[
all
...]
hci_mct.c
126
int
int_cmd_rsp_pending
; /* Num of internal cmds pending for ack */
member in struct:__anon737
259
if (p_cb->
int_cmd_rsp_pending
> 0)
284
p_cb->
int_cmd_rsp_pending
--;
695
(mct_cb.
int_cmd_rsp_pending
> 0) && \
[
all
...]
Completed in 31 milliseconds