OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTM_BUSY
(Results
1 - 10
of
10
) sorted by null
/external/bluetooth/bluedroid/stack/gap/
gap_utils.c
413
case
BTM_BUSY
:
/external/bluetooth/bluedroid/stack/btm/
btm_acl.c
590
**
BTM_BUSY
if the previous command is not completed
624
return(
BTM_BUSY
);
647
return(
BTM_BUSY
);
739
**
BTM_BUSY
if the previous command is not completed
760
return(
BTM_BUSY
);
[
all
...]
btm_ble_gap.c
176
return
BTM_BUSY
;
[
all
...]
btm_devctl.c
[
all
...]
btm_inq.c
169
**
BTM_BUSY
if a setting of the filter is already in progress
473
**
BTM_BUSY
- if an inquiry is already active
494
return (
BTM_BUSY
);
844
**
BTM_BUSY
if already in progress
[
all
...]
btm_sco.c
546
**
BTM_BUSY
if another SCO being set up to
591
return (
BTM_BUSY
);
601
return (
BTM_BUSY
);
[
all
...]
btm_sec.c
[
all
...]
/external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c
582
else if (rc ==
BTM_BUSY
)
[
all
...]
/external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c
[
all
...]
/external/bluetooth/bluedroid/stack/include/
btm_api.h
49
BTM_BUSY
, /* 2 Device busy with another command */
[
all
...]
Completed in 46 milliseconds