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 318 if (status == HCI_SUCCESS)
345 if (status == HCI_SUCCESS)
360 if (*p == HCI_SUCCESS)
btm_ble_privacy.c 234 if (status == HCI_SUCCESS)
288 if (status == HCI_SUCCESS)
332 if (status == HCI_SUCCESS)
370 if (status == HCI_SUCCESS)
    [all...]
btm_sec.c     [all...]
btm_sco.c 153 if (hci_status != HCI_SUCCESS || p_sco == NULL)
529 btm_esco_conn_rsp(sco_inx, HCI_SUCCESS, p_sco->esco.data.bd_addr, p_setup);
844 btm_esco_conn_rsp(xx, HCI_SUCCESS, bda, NULL);
    [all...]
btm_acl.c     [all...]
btm_inq.c     [all...]
btm_devctl.c 546 if (status == HCI_SUCCESS)
    [all...]
btm_ble_gap.c 514 if (status == HCI_SUCCESS)
    [all...]
btm_ble_multi_adv.c 146 if (HCI_SUCCESS != status && BTM_BLE_MULTI_ADV_ENB_EVT == cb_evt)
btm_pm.c 726 ** Input Parms status - status of the event (HCI_SUCCESS if no errors)
741 if(status == HCI_SUCCESS)
777 ** Input Parms hci_status - status of the event (HCI_SUCCESS if no errors)
btm_ble.c 901 if (params.status == HCI_SUCCESS)
    [all...]
btm_ble_adv_filter.c 321 if (HCI_SUCCESS == status)
    [all...]
  /system/bt/stack/btu/
btu_hcif.c 699 if (status == HCI_SUCCESS)
833 btm_process_cancel_complete(HCI_SUCCESS, BTM_BR_INQUIRY_MASK);
1007 if (status != HCI_SUCCESS)
    [all...]
  /system/bt/btif/src/
btif_sock_sco.c 258 BTM_EScoConnRsp(conn_data->sco_inx, HCI_SUCCESS, NULL);
  /system/bt/hci/src/
hci_packet_parser.c 221 if (status != HCI_SUCCESS)
  /system/bt/stack/l2cap/
l2c_link.c 183 if (status != HCI_SUCCESS)
192 if (ci.status == HCI_SUCCESS)
687 ci.status = HCI_SUCCESS;
    [all...]
l2c_main.c 422 ci.status = HCI_SUCCESS;
786 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 512 if (status == HCI_SUCCESS)
    [all...]
  /system/bt/bta/av/
bta_av_main.c 955 if ((id != BTM_ROLE_MASTER) && (app_id != HCI_SUCCESS))
971 if ((HCI_SUCCESS != app_id) &&
    [all...]
  /system/bt/stack/smp/
smp_keys.c 187 p_out->status = HCI_SUCCESS;
286 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 447 milliseconds

1 2