Home
last modified time | relevance | path

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

/btstack/chipset/csr/
H A Dcsr_set_bd_addr.c149 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()
/btstack/chipset/cc256x/
H A Dant_cmd.c140 return hci_send_cmd_packet(ant_packet_buffer, size); in ant_send_cmd()
/btstack/test/gap/
H A Dhci_test.cpp288 TEST(HCI, hci_send_cmd_packet){ in TEST() argument
/btstack/src/
H A Dhci.h1751 uint8_t hci_send_cmd_packet(uint8_t *packet, int size);
H A Dhci.c7722 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
/btstack/platform/daemon/src/
H A Ddaemon.c1362 hci_send_cmd_packet(data, length); in daemon_client_handler()