Home
last modified time | relevance | path

Searched refs:BTM_ILLEGAL_VALUE (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/stack/include/
Dbtm_status.h32 BTM_ILLEGAL_VALUE, /* 5 Illegal parameter value */ enumerator
76 CASE_RETURN_TEXT(BTM_ILLEGAL_VALUE); in btm_status_text()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_pm.cc137 if (*p_pm_id >= BTM_MAX_PM_RECORDS) return BTM_ILLEGAL_VALUE; in BTM_PmRegister()
144 if (p_cb == NULL) return BTM_ILLEGAL_VALUE; in BTM_PmRegister()
192 return BTM_ILLEGAL_VALUE; in BTM_SetPowerMode()
206 return BTM_ILLEGAL_VALUE; in BTM_SetPowerMode()
Dbtm_acl.cc527 return BTM_ILLEGAL_VALUE; in BTM_GetRole()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_devctl.cc330 return (BTM_ILLEGAL_VALUE); in BTM_SetLocalDeviceName()
Dbtm_ble_sec.cc579 return BTM_ILLEGAL_VALUE; in BTM_SetBleDataLength()
618 return BTM_ILLEGAL_VALUE; in BTM_SetBleDataLength()
732 return BTM_ILLEGAL_VALUE; in btm_ble_start_sec_check()
Dbtm_inq.cc292 if (inq_mode > BTM_MAX_DISCOVERABLE) return (BTM_ILLEGAL_VALUE); in BTM_SetDiscoverability()
432 return (BTM_ILLEGAL_VALUE); in BTM_SetInquiryMode()
470 return (BTM_ILLEGAL_VALUE); in BTM_SetConnectability()
Dbtm_sco.cc748 return BTM_ILLEGAL_VALUE; in BTM_CreateSco()
1493 return (BTM_ILLEGAL_VALUE); in BTM_RegForEScoEvts()
Dbtm_ble_gap.cc557 return BTM_ILLEGAL_VALUE; in BTM_BleObserve()
1383 if (mode > BTM_BLE_MAX_DISCOVERABLE) return (BTM_ILLEGAL_VALUE); in btm_ble_set_discoverability()
1472 if (mode > BTM_BLE_MAX_CONNECTABLE) return (BTM_ILLEGAL_VALUE); in btm_ble_set_connectability()
Dbtm_sec.cc627 res = BTM_ILLEGAL_VALUE; in BTM_PINCodeReply()
1352 if (passkey > BTM_MAX_PASSKEY_VAL) res = BTM_ILLEGAL_VALUE; in BTM_PasskeyReqReply()
/packages/modules/Bluetooth/system/bta/test/
Dbta_dm_test.cc293 bta_dm_encrypt_cback(kRawAddress, transport, nullptr, BTM_ILLEGAL_VALUE); in TEST_F()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_ble.cc1366 case BTM_ILLEGAL_VALUE: in l2ble_sec_access_req()