Searched refs:HCI_SUCCESS (Results 1 - 25 of 27) sorted by relevance
12
/system/bt/stack/btm/ |
H A D | btm_ble_bgconn.c | 318 if (status == HCI_SUCCESS) 345 if (status == HCI_SUCCESS) 360 if (*p == HCI_SUCCESS)
|
H A D | btm_ble_privacy.c | 234 if (status == HCI_SUCCESS) 288 if (status == HCI_SUCCESS) 332 if (status == HCI_SUCCESS) 370 if (status == HCI_SUCCESS)
|
H A D | btm_sec.c | 954 btm_cb.acl_disc_reason = HCI_SUCCESS; 1554 btm_cb.acl_disc_reason = HCI_SUCCESS; 1631 btm_cb.acl_disc_reason = HCI_SUCCESS; 1744 btm_cb.acl_disc_reason = HCI_SUCCESS; 2860 case HCI_SUCCESS: 3138 if (status == HCI_SUCCESS) 3211 if (status != HCI_SUCCESS) 3290 p_dev_rec->sec_bd_name, HCI_SUCCESS); 3309 if (status != HCI_SUCCESS) 3840 if (status == HCI_SUCCESS) [all...] |
H A D | 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); 921 if (hci_status != HCI_SUCCESS)
|
H A D | btm_acl.c | 923 if (status == HCI_SUCCESS) 1062 if (status != HCI_SUCCESS) 1460 if (hci_status != HCI_SUCCESS) 1467 if (hci_status == HCI_SUCCESS) 2123 if (results.hci_status == HCI_SUCCESS) 2186 if (results.hci_status == HCI_SUCCESS) 2240 if (results.hci_status == HCI_SUCCESS)
|
H A D | btm_inq.c | 1709 if (hci_status != HCI_SUCCESS) 2116 if(status!=HCI_SUCCESS || p_inq->next_state==BTM_FINISH || !p_inq->inq_active) 2147 p_inq->inq_cmpl_info.status = (tBTM_STATUS)((status == HCI_SUCCESS) ? BTM_SUCCESS : BTM_ERR_PROCESSING); 2363 if (hci_status == HCI_SUCCESS) 2443 if (results.hci_status == HCI_SUCCESS)
|
H A D | btm_devctl.c | 546 if (status == HCI_SUCCESS)
|
H A D | btm_ble_gap.c | 514 if (status == HCI_SUCCESS) 2018 UINT8 hci_status = HCI_SUCCESS; 2943 btm_process_inq_complete(HCI_SUCCESS, (UINT8)(p_inq->inqparms.mode & BTM_BLE_INQUIRY_MASK)); 3240 if (*p != HCI_SUCCESS)
|
H A D | btm_ble_multi_adv.c | 146 if (HCI_SUCCESS != status && BTM_BLE_MULTI_ADV_ENB_EVT == cb_evt)
|
H A D | 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)
|
H A D | btm_ble.c | 901 if (params.status == HCI_SUCCESS) 1912 if (status != HCI_SUCCESS)
|
H A D | btm_ble_adv_filter.c | 321 if (HCI_SUCCESS == status)
|
/system/bt/stack/btu/ |
H A D | btu_hcif.c | 699 if (status == HCI_SUCCESS) 833 btm_process_cancel_complete(HCI_SUCCESS, BTM_BR_INQUIRY_MASK); 1007 if (status != HCI_SUCCESS) 1028 if (status != HCI_SUCCESS) 1431 if (status != HCI_SUCCESS) 1675 if (status == HCI_SUCCESS) enc_enable = 1;
|
/system/bt/btif/src/ |
H A D | btif_sock_sco.c | 258 BTM_EScoConnRsp(conn_data->sco_inx, HCI_SUCCESS, NULL);
|
/system/bt/hci/src/ |
H A D | hci_packet_parser.c | 221 if (status != HCI_SUCCESS)
|
/system/bt/stack/l2cap/ |
H A D | l2c_link.c | 183 if (status != HCI_SUCCESS) 192 if (ci.status == HCI_SUCCESS) 687 ci.status = HCI_SUCCESS; 1004 if (hci_status == HCI_SUCCESS)
|
H A D | l2c_main.c | 422 ci.status = HCI_SUCCESS; 786 ci.status = HCI_SUCCESS;
|
H A D | l2c_ble.c | 576 if (status != HCI_SUCCESS)
|
/system/bt/bta/hf_client/ |
H A D | bta_hf_client_sco.c | 150 UINT8 hci_status = HCI_SUCCESS;
|
/system/bt/bta/av/ |
H A D | bta_av_main.c | 955 if ((id != BTM_ROLE_MASTER) && (app_id != HCI_SUCCESS)) 971 if ((HCI_SUCCESS != app_id) && 991 if(HCI_SUCCESS == app_id || HCI_ERR_NO_CONNECTION == app_id)
|
H A D | bta_av_aact.c | 846 if (p_data->role_res.hci_status != HCI_SUCCESS) 872 if (p_data->role_res.hci_status != HCI_SUCCESS)
|
/system/bt/stack/smp/ |
H A D | smp_keys.c | 187 p_out->status = HCI_SUCCESS; 286 output.status = HCI_SUCCESS; 2232 if (p && p->status == HCI_SUCCESS)
|
H A D | smp_int.h | 259 #define SMP_ECNCRPYT_STATUS HCI_SUCCESS
|
/system/bt/bta/ag/ |
H A D | bta_ag_sco.c | 1573 UINT8 hci_status = HCI_SUCCESS;
|
/system/bt/stack/hid/ |
H A D | hidh_conn.c | 617 UINT16 disc_res = HCI_SUCCESS;
|
Completed in 266 milliseconds
12