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

1 2

  /external/bluetooth/bluedroid/stack/btm/
btm_devctl.c 755 if (status == HCI_SUCCESS)
818 if (status == HCI_SUCCESS)
852 if (status == HCI_SUCCESS)
885 if (status == HCI_SUCCESS)
923 if (status == HCI_SUCCESS)
957 if (status == HCI_SUCCESS)
    [all...]
btm_ble_bgconn.c 239 if (status == HCI_SUCCESS)
254 if (status == HCI_SUCCESS)
271 if (*p == HCI_SUCCESS)
btm_sec.c     [all...]
btm_sco.c 153 if (hci_status != HCI_SUCCESS || p_sco == NULL)
520 btm_esco_conn_rsp(sco_inx, HCI_SUCCESS, p_sco->esco.data.bd_addr, p_setup);
839 btm_esco_conn_rsp(xx, HCI_SUCCESS, bda, NULL);
    [all...]
btm_acl.c     [all...]
btm_inq.c     [all...]
btm_ble_gap.c 448 if (status == HCI_SUCCESS)
    [all...]
btm_ble_multi_adv.c 129 if (status != HCI_SUCCESS)
btm_pm.c 730 ** Input Parms status - status of the event (HCI_SUCCESS if no errors)
745 if(status == HCI_SUCCESS)
781 ** Input Parms hci_status - status of the event (HCI_SUCCESS if no errors)
    [all...]
btm_ble_adv_filter.c 307 if (HCI_SUCCESS == status)
    [all...]
  /external/bluetooth/bluedroid/vnd/ble/
vendor_ble.c 305 if (status == HCI_SUCCESS)
324 if (status == HCI_SUCCESS)
347 if (status == HCI_SUCCESS)
362 if (status == HCI_SUCCESS)
  /external/bluetooth/bluedroid/stack/btu/
btu_hcif.c 885 if (status == HCI_SUCCESS)
1023 btm_process_cancel_complete(HCI_SUCCESS, BTM_BR_INQUIRY_MASK);
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c 184 if (status != HCI_SUCCESS)
193 if (ci.status == HCI_SUCCESS)
674 ci.status = HCI_SUCCESS;
    [all...]
l2c_main.c 420 ci.status = HCI_SUCCESS;
784 ci.status = HCI_SUCCESS;
    [all...]
l2c_ble.c 539 if (status != HCI_SUCCESS)
    [all...]
  /external/bluetooth/bluedroid/stack/smp/
smp_keys.c 145 p_out->status = HCI_SUCCESS;
894 if (p && p->status == HCI_SUCCESS)
smp_int.h 155 #define SMP_ECNCRPYT_STATUS HCI_SUCCESS
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_sco.c 151 UINT8 hci_status = HCI_SUCCESS;
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 133 #define HCI_SUCCESS 0x00
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 382 #define HCI_SUCCESS 0x00
  /external/bluetooth/bluedroid/bta/av/
bta_av_main.c 933 if ((id != BTM_ROLE_MASTER) && (app_id != HCI_SUCCESS))
949 if ((HCI_SUCCESS != app_id) &&
    [all...]
bta_av_aact.c 834 if (p_data->role_res.hci_status != HCI_SUCCESS)
860 if (p_data->role_res.hci_status != HCI_SUCCESS)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c 512 if (status == HCI_SUCCESS)
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sco.c     [all...]
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 624 UINT16 disc_res = HCI_SUCCESS;
    [all...]

Completed in 3483 milliseconds

1 2