OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTM_ILLEGAL_VALUE
(Results
1 - 9
of
9
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_ble_gap.c
159
return
BTM_ILLEGAL_VALUE
;
221
return
BTM_ILLEGAL_VALUE
;
396
return
BTM_ILLEGAL_VALUE
;
466
return
BTM_ILLEGAL_VALUE
;
471
return
BTM_ILLEGAL_VALUE
;
602
return
BTM_ILLEGAL_VALUE
;
617
status =
BTM_ILLEGAL_VALUE
;
642
return
BTM_ILLEGAL_VALUE
;
894
return(
BTM_ILLEGAL_VALUE
);
[
all
...]
btm_inq.c
171
**
BTM_ILLEGAL_VALUE
if a bad parameter was detected
202
return (
BTM_ILLEGAL_VALUE
);
229
return (
BTM_ILLEGAL_VALUE
);
316
return (
BTM_ILLEGAL_VALUE
);
353
return (
BTM_ILLEGAL_VALUE
);
386
**
BTM_ILLEGAL_VALUE
if a bad parameter was detected
410
return (
BTM_ILLEGAL_VALUE
);
470
**
BTM_ILLEGAL_VALUE
if a bad parameter is detected
499
return (
BTM_ILLEGAL_VALUE
);
512
return (
BTM_ILLEGAL_VALUE
);
[
all
...]
btm_pm.c
137
**
BTM_ILLEGAL_VALUE
148
return
BTM_ILLEGAL_VALUE
;
162
return
BTM_ILLEGAL_VALUE
;
198
return
BTM_ILLEGAL_VALUE
;
btm_sco.c
323
**
BTM_ILLEGAL_VALUE
: SCO data contains illegal offset value.
347
status =
BTM_ILLEGAL_VALUE
;
[
all
...]
btm_devctl.c
289
status =
BTM_ILLEGAL_VALUE
;
[
all
...]
btm_sec.c
[
all
...]
/external/bluetooth/bluedroid/stack/gap/
gap_utils.c
417
case
BTM_ILLEGAL_VALUE
:
/external/bluetooth/bluedroid/stack/include/
btm_api.h
52
BTM_ILLEGAL_VALUE
, /* 5 Illegal parameter value */
[
all
...]
/external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c
656
if (BTM_WriteInquiryTxPower (p_data->tx_inq_pwr.tx_power) ==
BTM_ILLEGAL_VALUE
)
[
all
...]
Completed in 7951 milliseconds