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

1 2

  /system/bt/stack/btm/
btm_ble_batchscan.c 330 != BTM_CMD_STARTED)
336 if (BTM_CMD_STARTED == status)
468 if (BTM_CMD_STARTED != btm_status)
519 btm_ble_batchscan_vsc_cmpl_cback))!= BTM_CMD_STARTED)
566 scan_param, btm_ble_batchscan_vsc_cmpl_cback))!= BTM_CMD_STARTED)
605 btm_ble_batchscan_vsc_cmpl_cback)) != BTM_CMD_STARTED)
615 ble_batchscan_cb.addr_type, ble_batchscan_cb.discard_rule)) != BTM_CMD_STARTED)
689 if (BTM_CMD_STARTED != status)
699 if (BTM_CMD_STARTED != status)
761 if (BTM_CMD_STARTED != status
    [all...]
btm_ble_cont_energy.c 101 btm_ble_cont_energy_cmpl_cback)) != BTM_CMD_STARTED)
btm_ble_multi_adv.c 218 == BTM_CMD_STARTED)
310 == BTM_CMD_STARTED)
357 btm_ble_multi_adv_vsc_cmpl_cback)) == BTM_CMD_STARTED)
575 rt = BTM_CMD_STARTED;
581 if (BTM_CMD_STARTED == rt)
584 BTM_BLE_MULTI_ADV_ENB_EVT)) == BTM_CMD_STARTED)
591 if (BTM_CMD_STARTED != rt)
640 if (BTM_CMD_STARTED == btm_ble_multi_adv_set_params(p_inst, p_params, 0))
699 == BTM_CMD_STARTED)
736 == BTM_CMD_STARTED)
    [all...]
btm_sec.c     [all...]
btm_ble_adv_filter.c     [all...]
btm_ble_privacy.c 462 st = BTM_CMD_STARTED;
479 if (st == BTM_CMD_STARTED)
542 st = BTM_CMD_STARTED;
558 if (st == BTM_CMD_STARTED)
825 == BTM_CMD_STARTED)
    [all...]
btm_inq.c 455 ** Returns BTM_CMD_STARTED if successfully started
525 if ((status = btm_set_inq_event_filter (p_inqparms->filter_cond_type, &p_inqparms->filter_cond)) != BTM_CMD_STARTED)
818 ** BTM_CMD_STARTED if successfully initiated
828 tBTM_STATUS status = BTM_CMD_STARTED;
    [all...]
btm_devctl.c 464 return (BTM_CMD_STARTED);
503 ** Returns BTM_CMD_STARTED if successful, otherwise an error
521 return BTM_CMD_STARTED;
644 ** BTM_CMD_STARTED Command sent. Waiting for command cmpl event.
665 return (BTM_CMD_STARTED);
    [all...]
btm_sco.c 483 return (BTM_CMD_STARTED);
568 ** BTM_CMD_STARTED if the connection establishment is started.
710 if ((btm_send_connect_request(acl_handle, p_setup)) != BTM_CMD_STARTED)
721 return (BTM_CMD_STARTED);
757 if ((btm_send_connect_request(acl_handle, &p->esco.setup)) == BTM_CMD_STARTED)
790 if ((btm_send_connect_request(acl_handle, &p->esco.setup)) == BTM_CMD_STARTED)
    [all...]
btm_acl.c 593 ** BTM_CMD_STARTED if command issued to controller.
664 if (status != BTM_CMD_STARTED)
712 return(BTM_CMD_STARTED);
851 return(btsnd_hcic_write_policy_set (p->hci_handle, *settings) ? BTM_CMD_STARTED : BTM_NO_RESOURCES);
    [all...]
btm_ble_gap.c 379 status = BTM_CMD_STARTED;
411 if (status == BTM_CMD_STARTED)
425 status = BTM_CMD_STARTED;
625 != BTM_CMD_STARTED)
    [all...]
btm_ble.c     [all...]
btm_pm.c 718 return BTM_CMD_STARTED;
    [all...]
  /system/bt/stack/gap/
gap_utils.c 120 case BTM_CMD_STARTED:
  /system/bt/bta/dm/
bta_dm_act.c     [all...]
bta_dm_pm.c 799 if (status == BTM_CMD_STORED|| status == BTM_CMD_STARTED)
    [all...]
  /system/bt/bta/hf_client/
bta_hf_client_sco.c 104 if (status == BTM_CMD_STARTED)
326 if (status == BTM_CMD_STARTED && !is_orig)
  /system/bt/btif/src/
btif_sock_sco.c 158 if (status != BTM_CMD_STARTED) {
  /system/bt/stack/avdt/
avdt_l2c.c 219 if(rc == BTM_CMD_STARTED)
  /system/bt/stack/gatt/
gatt_auth.c 505 if ( (btm_status != BTM_SUCCESS) && (btm_status != BTM_CMD_STARTED))
  /system/bt/stack/mcap/
mca_l2c.c 180 if (rc == BTM_CMD_STARTED)
  /system/bt/bta/ag/
bta_ag_sco.c 319 if (status == BTM_CMD_STARTED)
597 if (status == BTM_CMD_STARTED)
    [all...]
  /system/bt/bta/av/
bta_av_main.c     [all...]
  /system/bt/stack/l2cap/
l2c_csm.c 223 p_ccb->p_lcb->handle, TRUE, &l2c_link_sec_comp, p_ccb) == BTM_CMD_STARTED)
286 p_ccb->p_lcb->handle, FALSE, &l2c_link_sec_comp, p_ccb) == BTM_CMD_STARTED)
    [all...]
  /system/bt/stack/hid/
hidh_conn.c 276 &hidh_sec_check_complete_term, p_dev) == BTM_CMD_STARTED)
    [all...]

Completed in 450 milliseconds

1 2