Home | History | Annotate | Download | only in btu

Lines Matching refs:handle

633     UINT16      handle;
642 STREAM_TO_UINT16 (handle, p);
647 handle = HCID_GET_HANDLE (handle);
651 btm_sec_connected (bda, handle, status, enc_mode);
653 l2c_link_hci_conn_comp (status, handle, bda);
661 btm_sco_connected (status, bda, handle, &esco_data);
713 UINT16 handle;
717 STREAM_TO_UINT16 (handle, p);
720 handle = HCID_GET_HANDLE (handle);
724 if (!l2c_link_hci_disc_comp (handle, reason))
725 btm_sco_removed (handle, reason);
727 l2c_link_hci_disc_comp (handle, reason);
731 btm_sec_disconnected (handle, reason);
746 UINT16 handle;
749 STREAM_TO_UINT16 (handle, p);
751 btm_sec_auth_complete (handle, status);
792 UINT16 handle;
796 STREAM_TO_UINT16 (handle, p);
799 btm_acl_encrypt_change (handle, status, encr_enable);
800 btm_sec_encrypt_change (handle, status, encr_enable);
816 UINT16 handle;
819 STREAM_TO_UINT16 (handle, p);
821 btm_acl_link_key_change (handle, status);
837 UINT16 handle;
841 STREAM_TO_UINT16 (handle, p);
844 btm_sec_mkey_comp_event (handle, status, key_flg);
875 UINT16 handle;
883 STREAM_TO_UINT16 (handle, p_cur);
884 btm_read_remote_ext_features_failed(status, handle);
915 UINT16 handle;
919 STREAM_TO_UINT16 (handle, p);
927 btm_qos_setup_complete(status, handle, &flow);
944 UINT16 handle;
949 STREAM_TO_UINT16 (handle, p);
960 btm_sco_connected (status, bda, handle, &data);
977 UINT16 handle;
985 STREAM_TO_UINT16 (handle, p);
992 btm_esco_proc_conn_chg (status, handle, tx_interval, retrans_window,
1001 ** Description Handle command complete event
1244 /* handle event */
1256 ** Description Handle a command status event
1265 UINT16 handle;
1282 STREAM_TO_UINT16 (handle, p_cmd);
1283 btm_sco_chk_pend_unpark (status, handle);
1316 /* read handle out of stored command */
1320 STREAM_TO_UINT16 (handle, p_cmd);
1322 btm_acl_link_key_change (handle, status);
1360 STREAM_TO_UINT16 (handle, p_cmd);
1363 handle = HCI_INVALID_HANDLE;
1365 btm_read_remote_ext_features_failed(status, handle);
1380 /* read handle out of stored command */
1384 STREAM_TO_UINT16 (handle, p_cmd);
1387 if (btm_is_sco_active(handle))
1388 btm_esco_proc_conn_chg (status, handle, 0, 0, 0, 0);
1390 btm_sco_connected (status, NULL, handle, &esco_data);
1497 /* handle command */
1519 ** Description Handle a command timeout
1767 UINT16 handle;
1773 STREAM_TO_UINT16 (handle, p);
1778 btm_sco_chk_pend_unpark (status, handle);
1780 btm_pm_proc_mode_change (status, handle, current_mode, interval);
1782 btm_process_mode_change (status, handle, current_mode, interval);
1958 UINT16 handle;
1967 STREAM_TO_UINT16 (handle, p);
1970 handle = HCID_GET_HANDLE (handle);
1972 btm_process_clk_off_comp_evt (handle, clock_offset);
1973 btm_sec_update_clock_offset (handle, clock_offset);
2002 UINT16 handle;
2004 STREAM_TO_UINT16 (handle, p);
2006 handle = HCID_GET_HANDLE (handle);
2009 l2c_link_hci_qos_violation (handle);
2156 UINT16 handle, timeout;
2157 STREAM_TO_UINT16 (handle, p);
2160 btm_proc_lsto_evt(handle, timeout);
2245 UINT16 handle;
2248 STREAM_TO_UINT16 (handle, p);
2252 btm_sec_encrypt_change (handle, status, enc_enable);
2279 UINT16 ediv, handle;
2282 STREAM_TO_UINT16(handle, p);
2286 btm_ble_ltk_request(handle, p, ediv);