Home
last modified time | relevance | path

Searched refs:l2cap_cbm_accept_connection (Results 1 – 5 of 5) sorted by relevance

/btstack/test/l2cap-cbm/
H A Dl2cap_cbm_test.cpp141l2cap_cbm_accept_connection(cid, data_channel_buffer, sizeof(data_channel_buffer), initial_credits… in l2cap_channel_packet_handler()
207 l2cap_cbm_accept_connection(0X01, NULL, 0, 0); in TEST()
/btstack/example/
H A Dle_credit_based_flow_control_mode_server.c235l2cap_cbm_accept_connection(cid, data_channel_buffer, sizeof(data_channel_buffer), initial_credits… in packet_handler()
/btstack/src/
H A Dl2cap.h676 uint8_t l2cap_cbm_accept_connection(uint16_t local_cid, uint8_t * receive_sdu_buffer, uint16_t mtu,…
H A Dl2cap.c5363 uint8_t l2cap_cbm_accept_connection(uint16_t local_cid, uint8_t * receive_sdu_buffer, uint16_t mtu,… in l2cap_cbm_accept_connection() function
5777 return l2cap_cbm_accept_connection(local_cid, receive_sdu_buffer, mtu, initial_credits); in l2cap_le_accept_connection()
/btstack/doc/manual/docs-template/
H A Dprotocols.md324 …* *l2cap_cbm_accept_connection* and *l2cap_cbm_decline_connection* are used to accept or deny an i…