HomeSort by relevance Sort by last modified time
    Searched refs:BTM_WRONG_MODE (Results 1 - 9 of 9) sorted by null

  /system/bt/stack/btm/
btm_inq.cc 140 * BTM_WRONG_MODE if the device is not up.
251 * BTM_WRONG_MODE if the device is not up.
270 return (BTM_WRONG_MODE);
284 * BTM_WRONG_MODE if the device is not up.
303 return (BTM_WRONG_MODE);
320 * BTM_WRONG_MODE if the device is not up.
337 if (!BTM_IsDeviceUp()) return (BTM_WRONG_MODE);
402 * BTM_WRONG_MODE if the device is not up.
418 if (!BTM_IsDeviceUp()) return (BTM_WRONG_MODE);
491 * BTM_WRONG_MODE if the device is not up
    [all...]
btm_sco.cc 295 return (BTM_WRONG_MODE);
510 return (BTM_WRONG_MODE);
    [all...]
btm_ble_privacy.cc 415 return BTM_WRONG_MODE;
474 return BTM_WRONG_MODE;
btm_ble.cc 802 return BTM_WRONG_MODE;
857 * BTM_WRONG_MODE if Device in wrong mode for request.
    [all...]
btm_sec.cc     [all...]
btm_ble_gap.cc 407 tBTM_STATUS status = BTM_WRONG_MODE;
    [all...]
btm_acl.cc 597 if (status != BTM_CMD_STARTED) return (BTM_WRONG_MODE);
    [all...]
  /system/bt/stack/include/
btm_api_types.h 38 BTM_WRONG_MODE, /* 6 Device in wrong mode for request */
    [all...]
  /system/bt/bta/dm/
bta_dm_act.cc     [all...]

Completed in 339 milliseconds