Searched refs:l2cap_cbm_accept_connection (Results 1 – 5 of 5) sorted by relevance
/btstack/test/l2cap-cbm/ |
H A D | l2cap_cbm_test.cpp | 141 …l2cap_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 D | le_credit_based_flow_control_mode_server.c | 235 …l2cap_cbm_accept_connection(cid, data_channel_buffer, sizeof(data_channel_buffer), initial_credits… in packet_handler()
|
/btstack/src/ |
H A D | l2cap.h | 676 uint8_t l2cap_cbm_accept_connection(uint16_t local_cid, uint8_t * receive_sdu_buffer, uint16_t mtu,…
|
H A D | l2cap.c | 5363 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 D | protocols.md | 324 …* *l2cap_cbm_accept_connection* and *l2cap_cbm_decline_connection* are used to accept or deny an i…
|