Home
last modified time | relevance | path

Searched defs:mtu (Results 1 – 25 of 47) sorted by relevance

12

/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/core/
H A Dble_bufsize.h58 #define BLE_MEM_BLOCK_X_TX(mtu) \ argument
61 #define BLE_MEM_BLOCK_X_RX(mtu, n_link) \ argument
64 #define BLE_MEM_BLOCK_X_MTU(mtu, n_link) \ argument
80 #define BLE_MBLOCKS_CALC(pw, mtu, n_link) \ argument
/btstack/src/
H A Dl2cap.c1604 static uint16_t l2cap_setup_options_mtu(uint8_t * config_options, uint16_t mtu){ in l2cap_setup_options_mtu()
1626 uint16_t mtu = channel->local_mtu; in l2cap_setup_options_request() local
1631 uint16_t mtu = btstack_min(channel->local_mtu, channel->remote_mtu); in l2cap_setup_options_mtu_response() local
2540 …et_handler_t channel_packet_handler, bd_addr_t address, uint16_t psm, uint16_t mtu, uint16_t * out… in l2cap_create_channel()
3837 … hci_connection_t * connection, uint16_t psm, uint16_t mtu, gap_security_level_t security_level){ in l2cap_ecbm_setup_channels()
4994 …ervice(btstack_packet_handler_t service_packet_handler, uint16_t psm, uint16_t mtu, gap_security_l… in l2cap_register_service()
5363 uint8_t l2cap_cbm_accept_connection(uint16_t local_cid, uint8_t * receive_sdu_buffer, uint16_t mtu,… in l2cap_cbm_accept_connection()
5444 …uint16_t psm, uint8_t * receive_sdu_buffer, uint16_t mtu, uint16_t initial_credits, gap_security_l… in l2cap_cbm_create_channel()
5559 … uint16_t psm, uint8_t num_channels, uint16_t initial_credits, uint16_t mtu, in l2cap_ecbm_create_channels()
5775 uint8_t l2cap_le_accept_connection(uint16_t local_cid, uint8_t * receive_sdu_buffer, uint16_t mtu, … in l2cap_le_accept_connection()
[all …]
/btstack/platform/daemon/example/
H A Drfcomm_echo.c66 uint16_t mtu; variable
H A Drfcomm_cat.c75 uint16_t mtu; in packet_handler() local
H A Drfcomm_test.c72 uint16_t mtu = 0; variable
/btstack/test/sdp_client/
H A Dmock.c21 …el(btstack_packet_handler_t handler, bd_addr_t address, uint16_t psm, uint16_t mtu, uint16_t * out… in l2cap_create_channel()
/btstack/example/
H A Dspp_flowcontrol.c139 uint16_t mtu; in packet_handler() local
H A Dspp_counter.c188 uint16_t mtu; in packet_handler() local
H A Dant_test.c116 uint16_t mtu; in packet_handler() local
H A Dspp_and_gatt_counter.c113 uint16_t mtu; in packet_handler() local
H A Dpan_lwip_http_server.c130 uint16_t mtu = bnep_event_channel_opened_get_mtu(packet); in packet_handler() local
H A Dpanu_demo.c320 uint16_t mtu; in packet_handler() local
H A Dnordic_spp_le_streamer.c232 int mtu; in att_packet_handler() local
H A Dgatt_streamer_server.c321 int mtu; in att_packet_handler() local
/btstack/test/classic-oob-pairing/
H A Dspp_counter.c188 uint16_t mtu; in packet_handler() local
/btstack/port/archive/ez430-rf2560/example/
H A Dspp_accel.c128 uint16_t mtu; in packet_handler() local
/btstack/port/archive/msp-exp430f5438-cc2564b/example/
H A Dspp_accel.c129 uint16_t mtu; in packet_handler() local
/btstack/platform/daemon/binding/java/example/com/bluekitchen/
H A DSPPStreamerClient.java59 private void createSppTestData(final int mtu) { in createSppTestData()
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dppp.c1025 int ppp_send_config(ppp_pcb *pcb, int mtu, u32_t accm, int pcomp, int accomp) { in ppp_send_config()
1315 void netif_set_mtu(ppp_pcb *pcb, int mtu) { in netif_set_mtu()
/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Dicmp6.c236 icmp6_packet_too_big(struct pbuf *p, u32_t mtu) in icmp6_packet_too_big()
H A Dip6_frag.c733 const u16_t mtu = nd6_get_destination_mtu(dest, netif); in ip6_frag() local
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/src/
H A Dexample.c303 int mtu; in att_packet_handler() local
/btstack/src/ble/
H A Datt_db.h112 uint16_t mtu; // initialized to ATT_DEFAULT_MTU (23), negotiated during MTU exchange member
/btstack/port/mtk/SPPClient/src/com/bluekitchen/sppclient/
H A DMainActivity.java149 private int mtu = 0; field in MainActivity
/btstack/src/le-audio/gatt-service/
H A Dbroadcast_audio_scan_service_client.h121 uint16_t mtu; member

12