Searched refs:hci_create_connection (Results 1 – 7 of 7) sorted by relevance
/btstack/doc/notes/ |
H A D | hci_commands_used_classic.txt | 4 hci_create_connection
|
H A D | hci_commands_used.txt | 4 hci_create_connection
|
H A D | hci_commands_used_all.txt | 4 hci_create_connection
|
/btstack/src/ |
H A D | hci_cmd.c | 349 const hci_cmd_t hci_create_connection = { variable
|
H A D | hci_cmd.h | 385 extern const hci_cmd_t hci_create_connection;
|
H A D | l2cap.c | 1679 …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 D | hci.c | 7276 …hci_send_cmd(&hci_create_connection, connection->address, hci_usable_acl_packet_types(), 0, 0, 0, … in hci_run_general_pending_commands()
|