OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTM_NO_RESOURCES
(Results
1 - 10
of
10
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_devctl.c
343
return (
BTM_NO_RESOURCES
);
364
return (
BTM_NO_RESOURCES
);
[
all
...]
btm_sco.c
326
**
BTM_NO_RESOURCES
: no resources.
385
return (
BTM_NO_RESOURCES
);
410
return (
BTM_NO_RESOURCES
);
459
return (
BTM_NO_RESOURCES
);
548
**
BTM_NO_RESOURCES
if the max SCO limit has been reached
696
return (
BTM_NO_RESOURCES
);
712
return (
BTM_NO_RESOURCES
);
[
all
...]
btm_acl.c
587
**
BTM_NO_RESOURCES
if couldn't allocate memory to issue command
639
return(
BTM_NO_RESOURCES
);
655
return(
BTM_NO_RESOURCES
);
662
return(
BTM_NO_RESOURCES
);
695
return(
BTM_NO_RESOURCES
);
705
return(
BTM_NO_RESOURCES
);
737
**
BTM_NO_RESOURCES
if couldn't allocate memory to issue command
770
return(
BTM_NO_RESOURCES
);
800
return(
BTM_NO_RESOURCES
);
810
return(
BTM_NO_RESOURCES
);
[
all
...]
btm_inq.c
170
**
BTM_NO_RESOURCES
if couldn't get a memory pool buffer
243
return (
BTM_NO_RESOURCES
); /* Cannot continue */
248
return (
BTM_NO_RESOURCES
); /* Cannot continue */
264
return (
BTM_NO_RESOURCES
);
276
return (
BTM_NO_RESOURCES
);
330
return (
BTM_NO_RESOURCES
);
367
return (
BTM_NO_RESOURCES
);
385
**
BTM_NO_RESOURCES
if couldn't get a memory pool buffer
416
return (
BTM_NO_RESOURCES
);
471
**
BTM_NO_RESOURCES
if could not allocate a message buffe
[
all
...]
btm_ble_gap.c
154
tBTM_STATUS status =
BTM_NO_RESOURCES
;
236
tBTM_STATUS status =
BTM_NO_RESOURCES
;
263
status =
BTM_NO_RESOURCES
;
616
tBTM_STATUS status =
BTM_NO_RESOURCES
;
684
return
BTM_NO_RESOURCES
;
[
all
...]
btm_pm.c
136
**
BTM_NO_RESOURCES
if no room to hold registration
171
return
BTM_NO_RESOURCES
;
339
return
BTM_NO_RESOURCES
;
685
return (
BTM_NO_RESOURCES
);
btm_sec.c
[
all
...]
btm_ble.c
[
all
...]
/external/bluetooth/bluedroid/stack/include/
btm_api.h
50
BTM_NO_RESOURCES
, /* 3 No resources to issue command */
[
all
...]
/external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c
[
all
...]
Completed in 2150 milliseconds