Searched refs:NG_HCI_CMD_PKT_SIZE (Results 1 – 4 of 4) sorted by relevance
62 assert(0 < cp_size && cp_size <= NG_HCI_CMD_PKT_SIZE); in hci_request()137 assert(size <= sizeof(ng_hci_cmd_pkt_t) + NG_HCI_CMD_PKT_SIZE); in hci_send()
134 sizeof(ng_hci_cmd_pkt_t) + NG_HCI_CMD_PKT_SIZE)
1584 m->m_pkthdr.len > sizeof(ng_hci_cmd_pkt_t) + NG_HCI_CMD_PKT_SIZE) { in ng_btsocket_hci_raw_send()
410 #define NG_HCI_CMD_PKT_SIZE 0xff /* without header */408 #define NG_HCI_CMD_PKT_SIZE global() macro