Home
last modified time | relevance | path

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

/btstack/doc/notes/
H A Dhci_commands_used_classic.txt4 hci_create_connection
H A Dhci_commands_used.txt4 hci_create_connection
H A Dhci_commands_used_all.txt4 hci_create_connection
/btstack/src/
H A Dhci_cmd.c349 const hci_cmd_t hci_create_connection = { variable
H A Dhci_cmd.h385 extern const hci_cmd_t hci_create_connection;
H A Dl2cap.c1679 …hci_send_cmd(&hci_create_connection, channel->address, hci_usable_acl_packet_types(), 0, 0, 0, hci… in l2cap_run_for_classic_channel()
H A Dhci.c7276 …hci_send_cmd(&hci_create_connection, connection->address, hci_usable_acl_packet_types(), 0, 0, 0, … in hci_run_general_pending_commands()