Searched refs:HCI_SUCCESS (Results 1 - 25 of 27) sorted by relevance

12

/external/qemu/hw/
H A Dbt-hci.c502 uint8_t status = HCI_SUCCESS;
727 uint8_t status = HCI_SUCCESS;
763 if (status == HCI_SUCCESS) {
831 uint8_t status = HCI_SUCCESS;
901 params.status = HCI_SUCCESS;
917 params.status = HCI_SUCCESS;
935 params.status = HCI_SUCCESS;
954 bt_hci_event_status(hci, HCI_SUCCESS);
956 params.status = HCI_SUCCESS;
977 bt_hci_event_status(hci, HCI_SUCCESS);
[all...]
H A Dbt.h291 HCI_SUCCESS = 0x00, enumerator in enum:hci_error_code
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_bgconn.c168 if (status == HCI_SUCCESS)
183 if (*p == HCI_SUCCESS)
198 if (*p == HCI_SUCCESS)
H A Dbtm_devctl.c678 if (status == HCI_SUCCESS)
740 if (status == HCI_SUCCESS)
779 if (status == HCI_SUCCESS)
810 if (status == HCI_SUCCESS)
864 if (status == HCI_SUCCESS)
1199 if (status == HCI_SUCCESS)
1256 if (status == HCI_SUCCESS)
1808 if (result.status == HCI_SUCCESS)
H A Dbtm_acl.c1123 if (lnkpol.hci_status == HCI_SUCCESS)
1167 if (status == HCI_SUCCESS)
1206 if (status == HCI_SUCCESS)
1274 if (status == HCI_SUCCESS)
1896 ** Input Parms hci_status - status of the event (HCI_SUCCESS if no errors)
1909 if (hci_status != HCI_SUCCESS)
1924 if (hci_status == HCI_SUCCESS)
1981 if (hci_status != HCI_SUCCESS)
1988 if (hci_status == HCI_SUCCESS)
2664 if (results.hci_status == HCI_SUCCESS)
[all...]
H A Dbtm_sec.c925 btm_cb.acl_disc_reason = HCI_SUCCESS;
1510 btm_cb.acl_disc_reason = HCI_SUCCESS;
1589 btm_cb.acl_disc_reason = HCI_SUCCESS;
1704 btm_cb.acl_disc_reason = HCI_SUCCESS;
2532 case HCI_SUCCESS:
2832 if (status == HCI_SUCCESS)
2897 if (status != HCI_SUCCESS)
2969 p_dev_rec->sec_bd_name, HCI_SUCCESS);
2988 if (status != HCI_SUCCESS)
3458 if (status == HCI_SUCCESS)
[all...]
H A Dbtm_sco.c148 if (hci_status != HCI_SUCCESS || p_sco == NULL)
515 btm_esco_conn_rsp(sco_inx, HCI_SUCCESS, p_sco->esco.data.bd_addr, p_setup);
837 btm_esco_conn_rsp(xx, HCI_SUCCESS, bda, NULL);
914 if (hci_status != HCI_SUCCESS)
H A Dbtm_inq.c1806 if (hci_status != HCI_SUCCESS)
2296 p_inq->inq_cmpl_info.status = (tBTM_STATUS)((status == HCI_SUCCESS) ? BTM_SUCCESS : BTM_ERR_PROCESSING);
2555 if ((hci_status == HCI_SUCCESS))
2592 && (hci_status == HCI_SUCCESS))
2726 if (results.hci_status == HCI_SUCCESS)
H A Dbtm_ble_gap.c1155 UINT8 hci_status = HCI_SUCCESS;
1870 btm_process_inq_complete(HCI_SUCCESS, (UINT8)(p_inq->inqparms.mode & BTM_BLE_INQUIRY_MASK));
2047 if (*p != HCI_SUCCESS)
H A Dbtm_pm.c725 ** Input Parms status - status of the event (HCI_SUCCESS if no errors)
740 if(status == HCI_SUCCESS)
776 ** Input Parms hci_status - status of the event (HCI_SUCCESS if no errors)
H A Dbtm_ble.c629 if (params.status == HCI_SUCCESS)
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_link.c180 if (status != HCI_SUCCESS)
189 if (ci.status == HCI_SUCCESS)
643 ci.status = HCI_SUCCESS;
978 if (hci_status == HCI_SUCCESS)
H A Dl2c_main.c392 ci.status = HCI_SUCCESS;
777 ci.status = HCI_SUCCESS;
/external/libnfc-nci/halimpl/bcm2079x/hal/int/
H A Dnfc_hal_int.h117 #define HCI_SUCCESS 0x00 macro
/external/libnfc-nci/src/hal/int/
H A Dnfc_hal_int.h117 #define HCI_SUCCESS 0x00 macro
/external/bluetooth/bluedroid/stack/btu/
H A Dbtu_hcif.c862 if (*p == HCI_SUCCESS)
997 btm_process_cancel_complete(HCI_SUCCESS, BTM_BR_INQUIRY_MASK);
1231 if (status != HCI_SUCCESS)
1253 if (status != HCI_SUCCESS)
1888 if (status != HCI_SUCCESS)
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_keys.c144 p_out->status = HCI_SUCCESS;
864 if (p && p->status == HCI_SUCCESS)
H A Dsmp_int.h155 #define SMP_ECNCRPYT_STATUS HCI_SUCCESS
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_main.c847 if ((id != BTM_ROLE_MASTER) && (app_id != HCI_SUCCESS))
863 if ((HCI_SUCCESS != app_id) &&
880 if(HCI_SUCCESS == app_id || HCI_ERR_NO_CONNECTION == app_id)
H A Dbta_av_aact.c719 if (p_data->role_res.hci_status != HCI_SUCCESS)
744 if (p_data->role_res.hci_status != HCI_SUCCESS)
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_dm.c994 if (status == HCI_SUCCESS)
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_sco.c1482 UINT8 hci_status = HCI_SUCCESS;
/external/bluetooth/bluedroid/stack/hid/
H A Dhidh_conn.c578 UINT16 disc_res = HCI_SUCCESS;
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c691 sec_event.link_down.status = HCI_SUCCESS;
2781 sec_event.auth_cmpl.fail_reason = HCI_SUCCESS;
3236 && p_data->acl_change.hci_status == HCI_SUCCESS)
/external/bluetooth/bluedroid/stack/include/
H A Dhcidefs.h406 #define HCI_SUCCESS 0x00 macro

Completed in 232 milliseconds

12