Lines Matching refs:status

52 extern void btm_process_cancel_complete(UINT8 status, UINT8 mode);
74 static void btu_hcif_command_status_evt (uint8_t status, BT_HDR *command, void *context);
433 UINT8 status; in btu_hcif_inquiry_comp_evt() local
435 STREAM_TO_UINT8 (status, p); in btu_hcif_inquiry_comp_evt()
438 btm_process_inq_complete(status, BTM_BR_INQUIRY_MASK); in btu_hcif_inquiry_comp_evt()
498 UINT8 status; in btu_hcif_connection_comp_evt() local
507 STREAM_TO_UINT8 (status, p); in btu_hcif_connection_comp_evt()
517 btm_sec_connected (bda, handle, status, enc_mode); in btu_hcif_connection_comp_evt()
519 l2c_link_hci_conn_comp (status, handle, bda); in btu_hcif_connection_comp_evt()
527 btm_sco_connected (status, bda, handle, &esco_data); in btu_hcif_connection_comp_evt()
610 UINT8 status; in btu_hcif_authentication_comp_evt() local
613 STREAM_TO_UINT8 (status, p); in btu_hcif_authentication_comp_evt()
616 btm_sec_auth_complete (handle, status); in btu_hcif_authentication_comp_evt()
631 UINT8 status; in btu_hcif_rmt_name_request_comp_evt() local
634 STREAM_TO_UINT8 (status, p); in btu_hcif_rmt_name_request_comp_evt()
639 btm_process_remote_name (bd_addr, p, evt_len, status); in btu_hcif_rmt_name_request_comp_evt()
641 btm_sec_rmt_name_request_complete (bd_addr, p, status); in btu_hcif_rmt_name_request_comp_evt()
656 UINT8 status; in btu_hcif_encryption_change_evt() local
660 STREAM_TO_UINT8 (status, p); in btu_hcif_encryption_change_evt()
664 btm_acl_encrypt_change (handle, status, encr_enable); in btu_hcif_encryption_change_evt()
665 btm_sec_encrypt_change (handle, status, encr_enable); in btu_hcif_encryption_change_evt()
694 UINT8 status; in btu_hcif_read_rmt_ext_features_comp_evt() local
697 STREAM_TO_UINT8 (status, p_cur); in btu_hcif_read_rmt_ext_features_comp_evt()
699 if (status == HCI_SUCCESS) in btu_hcif_read_rmt_ext_features_comp_evt()
704 btm_read_remote_ext_features_failed(status, handle); in btu_hcif_read_rmt_ext_features_comp_evt()
734 UINT8 status; in btu_hcif_qos_setup_comp_evt() local
738 STREAM_TO_UINT8 (status, p); in btu_hcif_qos_setup_comp_evt()
747 btm_qos_setup_complete(status, handle, &flow); in btu_hcif_qos_setup_comp_evt()
766 UINT8 status; in btu_hcif_esco_connection_comp_evt() local
768 STREAM_TO_UINT8 (status, p); in btu_hcif_esco_connection_comp_evt()
780 btm_sco_connected (status, bda, handle, &data); in btu_hcif_esco_connection_comp_evt()
800 UINT8 status; in btu_hcif_esco_connection_chg_evt() local
804 STREAM_TO_UINT8 (status, p); in btu_hcif_esco_connection_chg_evt()
812 btm_esco_proc_conn_chg (status, handle, tx_interval, retrans_window, in btu_hcif_esco_connection_chg_evt()
993 static void btu_hcif_hdl_command_status (UINT16 opcode, UINT8 status, UINT8 *p_cmd, in btu_hcif_hdl_command_status() argument
1007 if (status != HCI_SUCCESS) in btu_hcif_hdl_command_status()
1014 btm_sco_chk_pend_unpark (status, handle); in btu_hcif_hdl_command_status()
1023 btm_pm_proc_cmd_status(status); in btu_hcif_hdl_command_status()
1028 if (status != HCI_SUCCESS) in btu_hcif_hdl_command_status()
1034 btm_process_inq_complete(status, BTM_BR_INQUIRY_MASK); in btu_hcif_hdl_command_status()
1039 btm_process_remote_name (NULL, NULL, 0, status); in btu_hcif_hdl_command_status()
1041 btm_sec_rmt_name_request_complete (NULL, NULL, status); in btu_hcif_hdl_command_status()
1046 btm_qos_setup_complete(status,0,NULL); in btu_hcif_hdl_command_status()
1056 btm_acl_role_changed(status, bd_addr, BTM_ROLE_UNDEFINED); in btu_hcif_hdl_command_status()
1059 btm_acl_role_changed(status, NULL, BTM_ROLE_UNDEFINED); in btu_hcif_hdl_command_status()
1069 btm_sec_connected (bd_addr, HCI_INVALID_HANDLE, status, 0); in btu_hcif_hdl_command_status()
1070 l2c_link_hci_conn_comp (status, HCI_INVALID_HANDLE, bd_addr); in btu_hcif_hdl_command_status()
1083 btm_read_remote_ext_features_failed(status, handle); in btu_hcif_hdl_command_status()
1088 btm_sec_auth_complete (BTM_INVALID_HCI_HANDLE, status); in btu_hcif_hdl_command_status()
1093 btm_sec_encrypt_change (BTM_INVALID_HCI_HANDLE, status, FALSE); in btu_hcif_hdl_command_status()
1098 btm_ble_create_ll_conn_complete(status); in btu_hcif_hdl_command_status()
1112 btm_esco_proc_conn_chg (status, handle, 0, 0, 0, 0); in btu_hcif_hdl_command_status()
1114 btm_sco_connected (status, NULL, handle, &esco_data); in btu_hcif_hdl_command_status()
1127 … btm_vsc_complete (&status, opcode, 1, (tBTM_CMPL_CB *)p_vsc_status_cback); in btu_hcif_hdl_command_status()
1135 btm_vsc_complete (&status, opcode, 1, (tBTM_CMPL_CB *)p_vsc_status_cback); in btu_hcif_hdl_command_status()
1159 hack->status, in btu_hcif_command_status_evt_on_task()
1167 static void btu_hcif_command_status_evt(uint8_t status, BT_HDR *command, void *context) in btu_hcif_command_status_evt() argument
1173 hack->status = status; in btu_hcif_command_status_evt()
1229 UINT8 status; in btu_hcif_role_change_evt() local
1233 STREAM_TO_UINT8 (status, p); in btu_hcif_role_change_evt()
1237 l2c_link_role_changed (bda, role, status); in btu_hcif_role_change_evt()
1238 btm_acl_role_changed(status, bda, role); in btu_hcif_role_change_evt()
1271 UINT8 status; in btu_hcif_mode_change_evt() local
1276 STREAM_TO_UINT8 (status, p); in btu_hcif_mode_change_evt()
1282 btm_sco_chk_pend_unpark (status, handle); in btu_hcif_mode_change_evt()
1284 btm_pm_proc_mode_change (status, handle, current_mode, interval); in btu_hcif_mode_change_evt()
1287 hidd_pm_proc_mode_change( status, current_mode, interval ) ; in btu_hcif_mode_change_evt()
1424 UINT8 status; in btu_hcif_read_clock_off_comp_evt() local
1428 STREAM_TO_UINT8 (status, p); in btu_hcif_read_clock_off_comp_evt()
1431 if (status != HCI_SUCCESS) in btu_hcif_read_clock_off_comp_evt()
1668 UINT8 status; in btu_hcif_encryption_key_refresh_cmpl_evt() local
1672 STREAM_TO_UINT8 (status, p); in btu_hcif_encryption_key_refresh_cmpl_evt()
1675 if (status == HCI_SUCCESS) enc_enable = 1; in btu_hcif_encryption_key_refresh_cmpl_evt()
1677 btm_sec_encrypt_change (handle, status, enc_enable); in btu_hcif_encryption_key_refresh_cmpl_evt()
1702 UINT8 status; in btu_ble_ll_conn_param_upd_evt() local
1705 STREAM_TO_UINT8 (status, p); in btu_ble_ll_conn_param_upd_evt()
1707 l2cble_process_conn_update_evt(handle, status); in btu_ble_ll_conn_param_upd_evt()