Home
last modified time | relevance | path

Searched refs:neg_cmd (Results 1 – 1 of 1) sorted by relevance

/drivers/bluetooth/
A Dhci_nokia.c260 struct hci_nokia_neg_cmd *neg_cmd; in nokia_send_negotiation() local
267 len = H4_TYPE_SIZE + sizeof(*neg_hdr) + sizeof(*neg_cmd); in nokia_send_negotiation()
275 neg_hdr->dlen = sizeof(*neg_cmd); in nokia_send_negotiation()
277 neg_cmd = skb_put(skb, sizeof(*neg_cmd)); in nokia_send_negotiation()
278 neg_cmd->ack = NOKIA_NEG_REQ; in nokia_send_negotiation()
279 neg_cmd->baud = cpu_to_le16(baud); in nokia_send_negotiation()
280 neg_cmd->unused1 = 0x0000; in nokia_send_negotiation()
281 neg_cmd->proto = NOKIA_PROTO_BYTE; in nokia_send_negotiation()
282 neg_cmd->sys_clk = cpu_to_le16(sysclk); in nokia_send_negotiation()
283 neg_cmd->unused2 = 0x0000; in nokia_send_negotiation()

Completed in 4 milliseconds