Searched refs:hci_send_cmd_packet (Results 1 – 6 of 6) sorted by relevance
149 hci_send_cmd_packet(csr_set_bd_addr, sizeof(csr_set_bd_addr)); in packet_handler()153 hci_send_cmd_packet(csr_warm_start, sizeof(csr_warm_start)); in packet_handler()
140 return hci_send_cmd_packet(ant_packet_buffer, size); in ant_send_cmd()
288 TEST(HCI, hci_send_cmd_packet){ in TEST() argument
1751 uint8_t hci_send_cmd_packet(uint8_t *packet, int size);
7722 uint8_t status = hci_send_cmd_packet(hci_stack->hci_packet_buffer, size); in hci_send_prepared_cmd_packet()7730 uint8_t hci_send_cmd_packet(uint8_t *packet, int size){ in hci_send_cmd_packet() function
1362 hci_send_cmd_packet(data, length); in daemon_client_handler()