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

1 2

  /system/bt/stack/btm/
btm_devctl.c 478 ** If success, BTM_SUCCESS is returned and p_name points stored
488 return(BTM_SUCCESS);
568 return(BTM_SUCCESS);
578 return (BTM_SUCCESS);
642 ** BTM_SUCCESS Command sent. Does not expect command complete
667 return (BTM_SUCCESS);
707 ** Returns BTM_SUCCESS if successful,
714 tBTM_STATUS retval = BTM_SUCCESS;
733 return (BTM_SUCCESS);
790 ** BTM_SUCCESS Command sent
    [all...]
btm_sec.c 847 ** res - result of the operation BTM_SUCCESS if success
882 if (res != BTM_SUCCESS)
    [all...]
btm_ble.c 365 ** res - result of the operation BTM_SUCCESS if success.
374 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_REPEATED_ATTEMPTS;
388 ** res - result of the operation BTM_SUCCESS if success
398 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_PASSKEY_ENTRY_FAIL;
421 ** res - comparison result BTM_SUCCESS if success
427 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_PASSKEY_ENTRY_FAIL;
457 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_OOB_FAIL;
814 ** Returns BTM_SUCCESS if success; otherwise failed.
845 return BTM_SUCCESS;
    [all...]
btm_inq.c 155 ** Returns BTM_SUCCESS if successful
178 == BTM_SUCCESS)
283 return (BTM_SUCCESS);
293 ** Returns BTM_SUCCESS if successful
321 return (BTM_SUCCESS);
331 ** Returns BTM_SUCCESS if successful
358 return (BTM_SUCCESS);
371 ** Returns BTM_SUCCESS if successful
404 return (BTM_SUCCESS);
458 ** BTM_SUCCESS - if cancelling the periodic inquir
    [all...]
btm_pm.c 129 ** Returns BTM_SUCCESS if successful,
144 return BTM_SUCCESS;
161 return BTM_SUCCESS;
175 ** Returns BTM_SUCCESS if successful,
222 return BTM_SUCCESS;
278 ** (valid only if return code is BTM_SUCCESS)
280 ** Returns BTM_SUCCESS if successful,
292 return BTM_SUCCESS;
310 ** (valid only if return code is BTM_SUCCESS)
312 ** Returns BTM_SUCCESS if successful
    [all...]
btm_sco.c 319 ** Returns BTM_SUCCESS: data write is successful
334 tBTM_STATUS status = BTM_SUCCESS;
635 if ((btm_read_power_mode_state(p->esco.data.bd_addr, &state) == BTM_SUCCESS))
648 if( (BTM_ReadPowerMode(remote_bda, &mode) == BTM_SUCCESS) && (mode == BTM_PM_MD_PARK) )
    [all...]
btm_ble_batchscan.c 184 return BTM_SUCCESS;
395 if (BTM_SUCCESS == status && BTM_BLE_SCAN_ENABLE_CALLED == cur_state)
427 if (BTM_SUCCESS == status)
    [all...]
btm_acl.c 563 ** Returns BTM_SUCCESS if connection exists.
579 return(BTM_SUCCESS);
592 ** Returns BTM_SUCCESS if already in specified role.
637 return(BTM_SUCCESS);
655 if ((status = BTM_ReadPowerMode(p->remote_addr, &pwr_mode)) != BTM_SUCCESS)
    [all...]
btm_ble_adv_filter.c 87 tBTM_STATUS st = BTM_SUCCESS;
453 ** Returns BTM_SUCCESS if sucessful,
512 ** Returns BTM_SUCCESS if sucessful,
526 st = BTM_SUCCESS;
539 ** Returns BTM_SUCCESS if sucessful,
730 ** Returns BTM_SUCCESS if sucessful,
782 ** Returns BTM_SUCCESS if sucessful,
    [all...]
btm_ble_gap.c 332 HCIC_PARAM_SIZE_BLE_WRITE_EXTENDED_SCAN_PARAM, scan_param, NULL)) != BTM_SUCCESS)
    [all...]
  /system/bt/stack/gap/
gap_utils.c 117 case BTM_SUCCESS:
  /system/bt/bta/sys/
utl.c 219 if (BTM_SetDeviceClass(dev_class) == BTM_SUCCESS)
  /system/bt/stack/avdt/
avdt_l2c.c 94 if (res == BTM_SUCCESS)
146 if( res == BTM_SUCCESS )
  /system/bt/stack/gatt/
gatt_auth.c 177 if (result == BTM_SUCCESS)
505 if ( (btm_status != BTM_SUCCESS) && (btm_status != BTM_CMD_STARTED))
  /system/bt/stack/mcap/
mca_l2c.c 83 if ( res == BTM_SUCCESS )
129 if ( res == BTM_SUCCESS )
  /system/bt/bta/dm/
bta_dm_act.c     [all...]
  /system/bt/btif/src/
btif_sock_sco.c 325 if (BTM_RemoveSco(sco_socket->sco_handle) == BTM_SUCCESS)
  /system/bt/stack/hid/
hidh_conn.c 177 if( res == BTM_SUCCESS && p_dev->conn.conn_state == HID_CONN_STATE_SECURITY )
191 else if (res != BTM_SUCCESS)
346 if( res == BTM_SUCCESS && p_dev->conn.conn_state == HID_CONN_STATE_SECURITY )
358 if( res != BTM_SUCCESS && p_dev->conn.conn_state == HID_CONN_STATE_SECURITY )
    [all...]
  /system/bt/stack/l2cap/
l2c_link.c 313 status = BTM_SUCCESS;
337 case BTM_SUCCESS:
637 else if (rc == BTM_SUCCESS)
    [all...]
l2c_ble.c     [all...]
  /system/bt/stack/rfcomm/
rfc_port_fsm.c 254 if (*((UINT8 *)p_data) != BTM_SUCCESS)
335 if (*((UINT8 *)p_data) != BTM_SUCCESS)
  /system/bt/bta/hf_client/
bta_hf_client_sco.c 109 else if ( (status == BTM_SUCCESS) || (status == BTM_UNKNOWN_ADDR) )
  /system/bt/stack/bnep/
bnep_utils.c 643 bnep_sec_check_complete (p_bcb->rem_bda, p_bcb, BTM_SUCCESS);
    [all...]
bnep_api.c 187 bnep_sec_check_complete (p_bcb->rem_bda, p_bcb, BTM_SUCCESS);
  /system/bt/bta/av/
bta_av_main.c 947 (BTM_GetRole (peer_addr, &cur_role) == BTM_SUCCESS) &
    [all...]

Completed in 119 milliseconds

1 2