Lines Matching refs:handle
251 clkoff_cp.handle = cpu_to_le16(conn->handle); in hci_disconnect()
259 static void hci_add_sco(struct hci_conn *conn, __u16 handle) in hci_add_sco() argument
271 cp.handle = cpu_to_le16(handle); in hci_add_sco()
277 bool hci_setup_sync(struct hci_conn *conn, __u16 handle) in hci_setup_sync() argument
290 cp.handle = cpu_to_le16(handle); in hci_setup_sync()
347 cp.handle = cpu_to_le16(conn->handle); in hci_le_conn_update()
373 cp.handle = cpu_to_le16(conn->handle); in hci_le_start_enc()
393 hci_setup_sync(sco, conn->handle); in hci_sco_setup()
395 hci_add_sco(sco, conn->handle); in hci_sco_setup()
449 cp.handle = cpu_to_le16(conn->handle); in hci_conn_idle()
458 cp.handle = cpu_to_le16(conn->handle); in hci_conn_idle()
607 BT_DBG("%s hcon %p handle %d", hdev->name, conn, conn->handle); in hci_conn_del()
921 cp.handle = 0; /* Use instance 0 for directed adv */ in hci_req_directed_advertising()
934 __hci_req_remove_ext_adv_instance(req, cp.handle); in hci_req_directed_advertising()
945 cp.handle = 0; in hci_req_directed_advertising()
1384 cp.handle = cpu_to_le16(conn->handle); in hci_conn_auth()
1405 cp.handle = cpu_to_le16(conn->handle); in hci_conn_encrypt()
1550 cp.handle = cpu_to_le16(conn->handle); in hci_conn_enter_active_mode()
1645 (ci + n)->handle = c->handle; in hci_get_conn_list()
1681 ci.handle = conn->handle; in hci_get_conn_info()
1771 __u16 handle) in __hci_chan_lookup_handle() argument
1776 if (hchan->handle == handle) in __hci_chan_lookup_handle()
1783 struct hci_chan *hci_chan_lookup_handle(struct hci_dev *hdev, __u16 handle) in hci_chan_lookup_handle() argument
1792 hchan = __hci_chan_lookup_handle(hcon, handle); in hci_chan_lookup_handle()