Searched refs:ng_hci_cmd_pkt_t (Results 1 – 11 of 11) sorted by relevance
50 ng_hci_cmd_pkt_t *c = (ng_hci_cmd_pkt_t *) buffer; in hci_request()136 assert(size >= sizeof(ng_hci_cmd_pkt_t)); in hci_send()137 assert(size <= sizeof(ng_hci_cmd_pkt_t) + NG_HCI_CMD_PKT_SIZE); in hci_send()
179 ng_hci_cmd_pkt_t hdr; in hci_read_stored_link_key()
270 ng_hci_cmd_pkt_t *cmd = NULL; in send_pin_code_reply()274 cmd = (ng_hci_cmd_pkt_t *) buffer; in send_pin_code_reply()329 ng_hci_cmd_pkt_t *cmd = NULL; in send_link_key_reply()333 cmd = (ng_hci_cmd_pkt_t *) buffer; in send_link_key_reply()
1045 if (m->m_pkthdr.len < sizeof(ng_hci_cmd_pkt_t)) { in ng_hci_raw_rcvdata()1054 NG_HCI_M_PULLUP(m, sizeof(ng_hci_cmd_pkt_t)); in ng_hci_raw_rcvdata()1061 mtod(m, ng_hci_cmd_pkt_t *)->length + sizeof(ng_hci_cmd_pkt_t)) { in ng_hci_raw_rcvdata()1065 mtod(m, ng_hci_cmd_pkt_t *)->length); in ng_hci_raw_rcvdata()1071 if (mtod(m, ng_hci_cmd_pkt_t *)->opcode == 0) { in ng_hci_raw_rcvdata()
125 ng_hci_cmd_pkt_t hdr; in ng_hci_lp_acl_con_req()325 ng_hci_cmd_pkt_t hdr; in ng_hci_lp_sco_con_req()489 ng_hci_cmd_pkt_t hdr; in ng_hci_lp_le_con_req()667 ng_hci_cmd_pkt_t hdr; in ng_hci_lp_discon_req()901 ng_hci_cmd_pkt_t hdr; in ng_hci_lp_con_rsp()1153 ng_hci_cmd_pkt_t hdr; in ng_hci_lp_qos_req()
361 if (mtod(m, ng_hci_cmd_pkt_t *)->opcode != opcode) { in complete_command() 382 m_adj(*cp, sizeof(ng_hci_cmd_pkt_t)); in complete_command() 416 opcode = le16toh(mtod(m, ng_hci_cmd_pkt_t *)->opcode); in ng_hci_process_command_timeout()
757 ng_hci_cmd_pkt_t hdr; in con_compl()
134 sizeof(ng_hci_cmd_pkt_t) + NG_HCI_CMD_PKT_SIZE)
685 opcode = le16toh(mtod(m, ng_hci_cmd_pkt_t *)->opcode); in ng_btsocket_hci_raw_filter() 1583 if (m->m_pkthdr.len < sizeof(ng_hci_cmd_pkt_t) || in ng_btsocket_hci_raw_send() 1584 m->m_pkthdr.len > sizeof(ng_hci_cmd_pkt_t) + NG_HCI_CMD_PKT_SIZE) { in ng_btsocket_hci_raw_send() 1589 if (m->m_len < sizeof(ng_hci_cmd_pkt_t)) { in ng_btsocket_hci_raw_send() 1590 if ((m = m_pullup(m, sizeof(ng_hci_cmd_pkt_t))) == NULL) { in ng_btsocket_hci_raw_send()
100 ng_hci_cmd_pkt_t h; in bt_devsend()180 ng_hci_cmd_pkt_t *h = (ng_hci_cmd_pkt_t *) buf; in bt_devrecv()
415 } __attribute__ ((packed)) ng_hci_cmd_pkt_t;413 } __attribute__ ((packed)) ng_hci_cmd_pkt_t; global() typedef