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

1 2

  /system/bt/stack/btm/
btm_ble_bgconn.c 304 if (status == HCI_SUCCESS)
331 if (status == HCI_SUCCESS)
346 if (*p == HCI_SUCCESS)
btm_ble_privacy.c 241 if (status == HCI_SUCCESS)
294 if (status == HCI_SUCCESS)
338 if (status == HCI_SUCCESS)
376 if (status == HCI_SUCCESS)
    [all...]
btm_sec.c     [all...]
btm_acl.c     [all...]
btm_sco.c 158 if (hci_status != HCI_SUCCESS || p_sco == NULL)
532 btm_esco_conn_rsp(sco_inx, HCI_SUCCESS, p_sco->esco.data.bd_addr, p_setup);
880 btm_esco_conn_rsp(xx, HCI_SUCCESS, bda, NULL);
    [all...]
btm_inq.c     [all...]
btm_devctl.c 549 if (status == HCI_SUCCESS)
    [all...]
btm_ble_gap.c 526 if (status == HCI_SUCCESS)
    [all...]
btm_ble_multi_adv.c 147 if (HCI_SUCCESS != status && BTM_BLE_MULTI_ADV_ENB_EVT == cb_evt)
btm_pm.c 754 ** Input Parms status - status of the event (HCI_SUCCESS if no errors)
769 if(status == HCI_SUCCESS)
805 ** Input Parms hci_status - status of the event (HCI_SUCCESS if no errors)
    [all...]
btm_ble.c     [all...]
btm_ble_adv_filter.c 321 if (HCI_SUCCESS == status)
    [all...]
  /system/bt/stack/btu/
btu_hcif.c 658 if (status == HCI_SUCCESS)
789 btm_process_cancel_complete(HCI_SUCCESS, BTM_BR_INQUIRY_MASK);
959 if (status != HCI_SUCCESS)
980 if (status != HCI_SUCCESS)
    [all...]
  /system/bt/btif/src/
btif_sock_sco.c 260 BTM_EScoConnRsp(conn_data->sco_inx, HCI_SUCCESS, NULL);
  /system/bt/hci/src/
hci_packet_parser.c 238 if (status != HCI_SUCCESS){
  /system/bt/stack/l2cap/
l2c_link.c 185 if (status != HCI_SUCCESS)
194 if (ci.status == HCI_SUCCESS)
716 ci.status = HCI_SUCCESS;
    [all...]
l2c_main.c 372 ci.status = HCI_SUCCESS;
734 ci.status = HCI_SUCCESS;
    [all...]
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 133 #define HCI_SUCCESS 0x00
  /system/bt/bta/hf_client/
bta_hf_client_sco.c 150 UINT8 hci_status = HCI_SUCCESS;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 382 #define HCI_SUCCESS 0x00
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c 537 if (status == HCI_SUCCESS)
    [all...]
  /system/bt/bta/av/
bta_av_main.c 930 if ((id != BTM_ROLE_MASTER) && (app_id != HCI_SUCCESS))
946 if ((HCI_SUCCESS != app_id) &&
    [all...]
  /system/bt/stack/smp/
smp_keys.c 168 p_out->status = HCI_SUCCESS;
267 output.status = HCI_SUCCESS;
    [all...]
smp_int.h 259 #define SMP_ECNCRPYT_STATUS HCI_SUCCESS
  /system/bt/bta/ag/
bta_ag_sco.c     [all...]

Completed in 203 milliseconds

1 2