Symbol: hci_send_cmd
include/net/bluetooth/hci_core.h
2335
int hci_send_cmd(struct hci_dev *hdev, __u16 opcode, __u32 plen,
net/bluetooth/hci_conn.c
1834
return hci_send_cmd(hdev, HCI_OP_LE_CREATE_BIG, sizeof(cp), &cp);
net/bluetooth/hci_conn.c
193
hci_send_cmd(hdev, HCI_OP_READ_CLOCK_OFFSET, sizeof(clkoff_cp),
net/bluetooth/hci_conn.c
2042
if (hci_send_cmd(hdev, HCI_OP_LE_SETUP_ISO_PATH, sizeof(cmd),
net/bluetooth/hci_conn.c
2053
if (hci_send_cmd(hdev, HCI_OP_LE_SETUP_ISO_PATH, sizeof(cmd),
net/bluetooth/hci_conn.c
215
hci_send_cmd(hdev, HCI_OP_ADD_SCO, sizeof(cp), &cp);
net/bluetooth/hci_conn.c
2459
hci_send_cmd(conn->hdev, HCI_OP_AUTH_REQUESTED,
net/bluetooth/hci_conn.c
2481
hci_send_cmd(conn->hdev, HCI_OP_SET_CONN_ENCRYPT, sizeof(cp),
net/bluetooth/hci_conn.c
2602
hci_send_cmd(conn->hdev, HCI_OP_SWITCH_ROLE, sizeof(cp), &cp);
net/bluetooth/hci_conn.c
2625
hci_send_cmd(hdev, HCI_OP_EXIT_SNIFF_MODE, sizeof(cp), &cp);
net/bluetooth/hci_conn.c
401
if (hci_send_cmd(hdev, HCI_OP_ENHANCED_SETUP_SYNC_CONN, sizeof(cp), &cp) < 0)
net/bluetooth/hci_conn.c
453
if (hci_send_cmd(hdev, HCI_OP_SETUP_SYNC_CONN, sizeof(cp), &cp) < 0)
net/bluetooth/hci_conn.c
511
hci_send_cmd(hdev, HCI_OP_LE_CONN_UPDATE, sizeof(cp), &cp);
net/bluetooth/hci_conn.c
534
hci_send_cmd(hdev, HCI_OP_LE_START_ENC, sizeof(cp), &cp);
net/bluetooth/hci_conn.c
603
hci_send_cmd(hdev, HCI_OP_SNIFF_SUBRATE, sizeof(cp), &cp);
net/bluetooth/hci_conn.c
613
hci_send_cmd(hdev, HCI_OP_SNIFF_MODE, sizeof(cp), &cp);
net/bluetooth/hci_conn.c
622
hci_send_cmd(conn->hdev, HCI_OP_USER_CONFIRM_REPLY, sizeof(conn->dst),
net/bluetooth/hci_conn.c
634
hci_send_cmd(hdev, HCI_OP_LE_SET_EXT_ADV_ENABLE, sizeof(cp),
net/bluetooth/hci_conn.c
638
hci_send_cmd(hdev, HCI_OP_LE_SET_ADV_ENABLE, sizeof(enable),
net/bluetooth/hci_event.c
2408
return hci_send_cmd(hdev, HCI_OP_REMOTE_NAME_REQ, sizeof(cp), &cp);
net/bluetooth/hci_event.c
2516
hci_send_cmd(hdev, HCI_OP_AUTH_REQUESTED,
net/bluetooth/hci_event.c
3105
return hci_send_cmd(hdev, HCI_OP_READ_ENC_KEY_SIZE, sizeof(cp), &cp);
net/bluetooth/hci_event.c
3225
hci_send_cmd(hdev, HCI_OP_READ_REMOTE_FEATURES,
net/bluetooth/hci_event.c
3236
hci_send_cmd(hdev, HCI_OP_CHANGE_CONN_PTYPE, sizeof(cp),
net/bluetooth/hci_event.c
3268
hci_send_cmd(hdev, HCI_OP_REJECT_CONN_REQ, sizeof(cp), &cp);
net/bluetooth/hci_event.c
3357
hci_send_cmd(hdev, HCI_OP_ACCEPT_CONN_REQ, sizeof(cp), &cp);
net/bluetooth/hci_event.c
3371
hci_send_cmd(hdev, HCI_OP_ACCEPT_SYNC_CONN_REQ, sizeof(cp),
net/bluetooth/hci_event.c
3523
hci_send_cmd(hdev, HCI_OP_SET_CONN_ENCRYPT, sizeof(cp),
net/bluetooth/hci_event.c
3543
hci_send_cmd(hdev, HCI_OP_SET_CONN_ENCRYPT, sizeof(cp),
net/bluetooth/hci_event.c
3589
hci_send_cmd(hdev, HCI_OP_AUTH_REQUESTED, sizeof(cp), &cp);
net/bluetooth/hci_event.c
3686
if (hci_send_cmd(conn->hdev, HCI_OP_WRITE_AUTH_PAYLOAD_TO,
net/bluetooth/hci_event.c
3746
hci_send_cmd(hdev, HCI_OP_READ_REMOTE_EXT_FEATURES,
net/bluetooth/hci_event.c
3756
hci_send_cmd(hdev, HCI_OP_REMOTE_NAME_REQ, sizeof(cp), &cp);
net/bluetooth/hci_event.c
4621
hci_send_cmd(hdev, HCI_OP_PIN_CODE_NEG_REPLY,
net/bluetooth/hci_event.c
4717
hci_send_cmd(hdev, HCI_OP_LINK_KEY_REPLY, sizeof(cp), &cp);
net/bluetooth/hci_event.c
4724
hci_send_cmd(hdev, HCI_OP_LINK_KEY_NEG_REPLY, 6, &ev->bdaddr);
net/bluetooth/hci_event.c
4995
hci_send_cmd(hdev, HCI_OP_REMOTE_NAME_REQ, sizeof(cp), &cp);
net/bluetooth/hci_event.c
5363
hci_send_cmd(hdev, HCI_OP_IO_CAPABILITY_REPLY,
net/bluetooth/hci_event.c
5371
hci_send_cmd(hdev, HCI_OP_IO_CAPABILITY_NEG_REPLY,
net/bluetooth/hci_event.c
5429
hci_send_cmd(hdev, HCI_OP_USER_CONFIRM_NEG_REPLY,
net/bluetooth/hci_event.c
5469
hci_send_cmd(hdev, HCI_OP_USER_CONFIRM_REPLY,
net/bluetooth/hci_event.c
5624
hci_send_cmd(hdev, HCI_OP_REMOTE_OOB_DATA_NEG_REPLY,
net/bluetooth/hci_event.c
5643
hci_send_cmd(hdev, HCI_OP_REMOTE_OOB_EXT_DATA_REPLY,
net/bluetooth/hci_event.c
5652
hci_send_cmd(hdev, HCI_OP_REMOTE_OOB_DATA_REPLY,
net/bluetooth/hci_event.c
6005
return hci_send_cmd(hdev, HCI_OP_LE_PA_TERM_SYNC, sizeof(cp), &cp);
net/bluetooth/hci_event.c
6733
hci_send_cmd(hdev, HCI_OP_LE_LTK_REPLY, sizeof(cp), &cp);
net/bluetooth/hci_event.c
6755
hci_send_cmd(hdev, HCI_OP_LE_LTK_NEG_REPLY, sizeof(neg), &neg);
net/bluetooth/hci_event.c
6767
hci_send_cmd(hdev, HCI_OP_LE_CONN_PARAM_REQ_NEG_REPLY, sizeof(cp),
net/bluetooth/hci_event.c
6836
hci_send_cmd(hdev, HCI_OP_LE_CONN_PARAM_REQ_REPLY, sizeof(cp), &cp);
net/bluetooth/hci_event.c
7018
hci_send_cmd(hdev, HCI_OP_LE_REJECT_CIS, sizeof(cp), &cp);
net/bluetooth/hci_event.c
7027
hci_send_cmd(hdev, HCI_OP_LE_ACCEPT_CIS, sizeof(cp), &cp);
net/bluetooth/iso.c
1561
hci_send_cmd(hdev, HCI_OP_LE_ACCEPT_CIS, sizeof(cp), &cp);
net/bluetooth/mgmt.c
1934
err = hci_send_cmd(hdev, HCI_OP_WRITE_AUTH_ENABLE, sizeof(val), &val);
net/bluetooth/mgmt.c
3411
err = hci_send_cmd(hdev, HCI_OP_PIN_CODE_NEG_REPLY,
net/bluetooth/mgmt.c
3472
err = hci_send_cmd(hdev, HCI_OP_PIN_CODE_REPLY, sizeof(reply), &reply);
net/bluetooth/mgmt.c
3849
err = hci_send_cmd(hdev, hci_op, sizeof(cp), &cp);
net/bluetooth/mgmt.c
3851
err = hci_send_cmd(hdev, hci_op, sizeof(addr->bdaddr),
net/bluetooth/mgmt.c
7094
hci_send_cmd(hdev, HCI_OP_WRITE_SSP_DEBUG_MODE,
net/bluetooth/sco.c
869
hci_send_cmd(hdev, HCI_OP_ACCEPT_CONN_REQ, sizeof(cp), &cp);
net/bluetooth/sco.c
899
hci_send_cmd(hdev, HCI_OP_ACCEPT_SYNC_CONN_REQ,