Searched refs:BTM_ILLEGAL_VALUE (Results 1 - 9 of 9) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_gap.c159 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);
1010 return(BTM_ILLEGAL_VALUE);
[all...]
H A Dbtm_inq.c171 ** 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...]
H A Dbtm_pm.c137 ** BTM_ILLEGAL_VALUE
148 return BTM_ILLEGAL_VALUE;
162 return BTM_ILLEGAL_VALUE;
198 return BTM_ILLEGAL_VALUE;
H A Dbtm_sco.c323 ** BTM_ILLEGAL_VALUE: SCO data contains illegal offset value.
347 status = BTM_ILLEGAL_VALUE;
1400 ** BTM_ILLEGAL_VALUE if there is an illegal sco_inx
1420 return (BTM_ILLEGAL_VALUE);
1756 tBTM_STATUS BTM_RegForEScoEvts (UINT16 sco_inx, tBTM_ESCO_CBACK *p_esco_cback) { return (BTM_ILLEGAL_VALUE);}
H A Dbtm_devctl.c289 status = BTM_ILLEGAL_VALUE;
1557 return (BTM_ILLEGAL_VALUE);
H A Dbtm_sec.c890 res = BTM_ILLEGAL_VALUE;
1587 res = BTM_ILLEGAL_VALUE;
/external/bluetooth/bluedroid/stack/gap/
H A Dgap_utils.c417 case BTM_ILLEGAL_VALUE:
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h52 BTM_ILLEGAL_VALUE, /* 5 Illegal parameter value */ enumerator in enum:__anon1265
2406 ** BTM_ILLEGAL_VALUE if a bad parameter was detected
2452 ** BTM_ILLEGAL_VALUE if a bad parameter is detected
2488 ** BTM_ILLEGAL_VALUE if parameter(s) are out of range
2564 ** BTM_ILLEGAL_VALUE if a bad parameter is detected
2600 ** BTM_ILLEGAL_VALUE if a bad parameter was detected
3532 ** BTM_ILLEGAL_VALUE if there is an illegal sco_inx
3554 ** BTM_ILLEGAL_VALUE if no connection for specified sco_inx.
3575 ** BTM_ILLEGAL_VALUE if no connection for specified sco_inx.
4146 ** BTM_ILLEGAL_VALUE
[all...]
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c656 if (BTM_WriteInquiryTxPower (p_data->tx_inq_pwr.tx_power) == BTM_ILLEGAL_VALUE)

Completed in 92 milliseconds