HomeSort by relevance Sort by last modified time
    Searched refs:BTM_SUCCESS (Results 1 - 25 of 32) sorted by null

1 2

  /external/bluetooth/bluedroid/stack/gap/
gap_utils.c 57 inq_cmpl.status = (((tBTM_INQUIRY_CMPL *)p_data)->status == BTM_SUCCESS) ? BT_PASS : GAP_ERR_PROCESSING;
168 if (p->status == BTM_SUCCESS)
238 if (p->status == BTM_SUCCESS)
411 case BTM_SUCCESS:
  /external/bluetooth/bluedroid/stack/btm/
btm_devctl.c 346 return (BTM_SUCCESS);
367 return (BTM_SUCCESS);
    [all...]
btm_sec.c     [all...]
btm_sco.c 327 ** Returns BTM_SUCCESS: data write is successful
342 tBTM_STATUS status = BTM_SUCCESS;
623 if(BTM_ReadPowerMode(remote_bda, &md) == BTM_SUCCESS)
634 if( (BTM_ReadPowerMode(remote_bda, &mode) == BTM_SUCCESS) && (mode == BTM_PM_MD_PARK) )
637 if( (BTM_ReadAclMode(remote_bda, &mode) == BTM_SUCCESS) && (mode == BTM_ACL_MODE_PARK) )
    [all...]
btm_inq.c 168 ** Returns BTM_SUCCESS if successful
191 == BTM_SUCCESS)
296 return (BTM_SUCCESS);
306 ** Returns BTM_SUCCESS if successful
334 return (BTM_SUCCESS);
344 ** Returns BTM_SUCCESS if successful
371 return (BTM_SUCCESS);
384 ** Returns BTM_SUCCESS if successful
418 return (BTM_SUCCESS);
472 ** BTM_SUCCESS - if cancelling the periodic inquir
    [all...]
btm_ble_batchscan.c 144 return BTM_SUCCESS;
355 if (BTM_SUCCESS == status && BTM_BLE_SCAN_ENABLE_CALLED == cur_state)
387 if (BTM_SUCCESS == status)
    [all...]
btm_pm.c 135 ** Returns BTM_SUCCESS if successful,
150 return BTM_SUCCESS;
167 return BTM_SUCCESS;
181 ** Returns BTM_SUCCESS if successful,
229 return BTM_SUCCESS;
287 ** (valid only if return code is BTM_SUCCESS)
289 ** Returns BTM_SUCCESS if successful,
301 return BTM_SUCCESS;
317 ** Returns BTM_SUCCESS if the HCI command is issued successful,
337 return BTM_SUCCESS;
    [all...]
btm_acl.c 594 ** Returns BTM_SUCCESS if connection exists.
610 return(BTM_SUCCESS);
623 ** Returns BTM_SUCCESS if already in specified role.
670 return(BTM_SUCCESS);
706 if ((status = BTM_ReadPowerMode(p->remote_addr, &pwr_mode)) != BTM_SUCCESS)
815 if ((status = BTM_ReadPowerMode(p->remote_addr, &pwr_mode)) != BTM_SUCCESS)
    [all...]
btm_ble.c 384 ** res - result of the operation BTM_SUCCESS if success.
393 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_REPEATED_ATTEMPTS;
407 ** res - result of the operation BTM_SUCCESS if success
417 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_PASSKEY_ENTRY_FAIL;
446 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_OOB_FAIL;
    [all...]
btm_ble_adv_filter.c 74 tBTM_STATUS st = BTM_SUCCESS;
439 ** Returns BTM_SUCCESS if sucessful,
499 ** Returns BTM_SUCCESS if sucessful,
513 st = BTM_SUCCESS;
526 ** Returns BTM_SUCCESS if sucessful,
718 ** Returns BTM_SUCCESS if sucessful,
770 ** Returns BTM_SUCCESS if sucessful,
    [all...]
btm_ble_gap.c     [all...]
  /external/bluetooth/bluedroid/bta/sys/
utl.c 240 if (BTM_SetDeviceClass(dev_class) == BTM_SUCCESS)
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 865 if (status == BTM_SUCCESS)
    [all...]
bta_dm_pm.c 174 if ((btm_status == BTM_SUCCESS) &&
297 if ( (btm_status == BTM_SUCCESS) &&
555 else if (status == BTM_SUCCESS)
557 APPL_TRACE_DEBUG("bta_dm_pm_sniff BTM_SetPowerMode() returns BTM_SUCCESS");
  /external/bluetooth/bluedroid/stack/avdt/
avdt_l2c.c 94 if (res == BTM_SUCCESS)
146 if( res == BTM_SUCCESS )
  /external/bluetooth/bluedroid/stack/gatt/
gatt_auth.c 176 if (result == BTM_SUCCESS)
503 if ( (btm_status != BTM_SUCCESS) && (btm_status != BTM_CMD_STARTED))
  /external/bluetooth/bluedroid/stack/mcap/
mca_l2c.c 83 if ( res == BTM_SUCCESS )
129 if ( res == BTM_SUCCESS )
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 172 if( res == BTM_SUCCESS && p_dev->conn.conn_state == HID_CONN_STATE_SECURITY )
186 else if (res != BTM_SUCCESS)
332 if( res == BTM_SUCCESS && p_dev->conn.conn_state == HID_CONN_STATE_SECURITY )
344 if( res != BTM_SUCCESS && p_dev->conn.conn_state == HID_CONN_STATE_SECURITY )
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c 306 status = BTM_SUCCESS;
330 case BTM_SUCCESS:
600 else if (rc == BTM_SUCCESS)
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_port_fsm.c 254 if (*((UINT8 *)p_data) != BTM_SUCCESS)
335 if (*((UINT8 *)p_data) != BTM_SUCCESS)
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_sco.c 110 else if ( (status == BTM_SUCCESS) || (status == BTM_UNKNOWN_ADDR) )
  /external/bluetooth/bluedroid/stack/bnep/
bnep_utils.c 665 bnep_sec_check_complete (p_bcb->rem_bda, p_bcb, BTM_SUCCESS);
    [all...]
bnep_api.c 193 bnep_sec_check_complete (p_bcb->rem_bda, p_bcb, BTM_SUCCESS);
  /external/bluetooth/bluedroid/bta/av/
bta_av_main.c 950 (BTM_GetRole (peer_addr, &cur_role) == BTM_SUCCESS) &&
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sco.c 334 else if ( (status == BTM_SUCCESS) || (status == BTM_UNKNOWN_ADDR) )
    [all...]

Completed in 148 milliseconds

1 2