Home
last modified time | relevance | path

Searched refs:l2cap_accept_connection (Results 1 – 15 of 15) sorted by relevance

/btstack/test/fuzz/
H A Dfuzz_l2cap_whitebox.c220 l2cap_accept_connection(l2cap_cid); in fuzzer_l2cap_handler()
/btstack/src/classic/
H A Dsdp_server.c611 l2cap_accept_connection(sdp_server_l2cap_cid); in sdp_packet_handler()
640 l2cap_accept_connection(sdp_server_l2cap_cid); in sdp_packet_handler()
H A Dhid_host.c937 l2cap_accept_connection(channel); in hid_host_packet_handler()
1250 l2cap_accept_connection(connection->control_cid); in hid_host_accept_connection()
H A Dhid_device.c668 l2cap_accept_connection(channel); in packet_handler()
H A Davrcp.c1037 l2cap_accept_connection(local_cid); in avrcp_packet_handler()
H A Dbnep.c1283 l2cap_accept_connection(l2cap_cid); in bnep_hci_event_handler()
H A Davdtp.c951 l2cap_accept_connection(local_cid); in avdtp_packet_handler()
H A Drfcomm.c1055 l2cap_accept_connection(l2cap_cid); in rfcomm_hci_event_handler()
/btstack/doc/manual/docs-template/appendix/
H A Devents_errors.md20 with *l2cap_accept_connection* and *l2cap_decline_connecti-on* respectively.
/btstack/src/ble/
H A Datt_dispatch.c193 l2cap_accept_connection(l2cap_cid); in att_packet_handler()
/btstack/src/
H A Dl2cap.h547 void l2cap_accept_connection(uint16_t local_cid);
H A Dl2cap.c3195 void l2cap_accept_connection(uint16_t local_cid){ in l2cap_accept_connection() function
/btstack/tool/migration_to_v1.0/
H A Dmigration.sed51 s/l2cap_accept_connection_internal/l2cap_accept_connection/g
/btstack/doc/manual/docs-template/
H A Dprotocols.md243 incoming connection by calling the *l2cap_accept_connection*
262 l2cap_accept_connection(local_cid);
/btstack/platform/daemon/src/
H A Ddaemon.c1005 l2cap_accept_connection(cid); in btstack_command_handler()