/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | l2cap.h | 41 #define BT_L2CAP_BUF_SIZE(mtu) (BT_BUF_RESERVE + \ argument 119 u16_t mtu; member 166 u16_t mtu; member
|
A D | rfcomm.h | 92 u16_t mtu; member
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | rfcomm_internal.h | 28 u16_t mtu; member 67 u16_t mtu; member 128 #define BT_RFCOMM_CHECK_MTU(mtu) (!!((mtu) >= BT_RFCOMM_SIG_MIN_MTU && \ argument 135 #define BT_RFCOMM_BUF_SIZE(mtu) (BT_BUF_RESERVE + \ argument
|
A D | l2cap_internal.h | 161 u16_t mtu; member 182 u16_t mtu; member 197 u16_t mtu; member 205 u16_t mtu; member 214 u16_t mtu; member
|
A D | l2cap.c | 937 u16_t mtu, u16_t mps, u16_t credits, in l2cap_chan_accept() 1004 u16_t psm, scid, mtu, mps, credits; in le_conn_req() local 1077 u16_t psm, mtu, mps, credits, result = BT_L2CAP_LE_ERR_INVALID_SCID; in le_ecred_conn_req() local 1176 u16_t mtu, mps; in le_ecred_reconf_req() local 1361 u16_t dcid, mtu, mps, credits, result; in le_ecred_conn_rsp() local 1468 u16_t dcid, mtu, mps, credits, result; in le_conn_rsp() local
|
A D | hci_core.h | 139 u16_t mtu; member 156 u16_t mtu; member
|
A D | att_internal.h | 32 u16_t mtu; member 37 u16_t mtu; member
|
A D | l2cap_br.c | 499 static void l2cap_br_conf_add_mtu(struct net_buf *buf, const u16_t mtu) in l2cap_br_conf_add_mtu() 894 u16_t mtu, result = BT_L2CAP_CONF_SUCCESS; in l2cap_br_conf_opt_mtu() local
|
/AliOS-Things-master/components/ble_host/ble_profiles/include/yoc/ |
A D | uart_server.h | 23 uint16_t mtu; member
|
A D | uart_client.h | 39 uint16_t mtu; member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/ |
A D | icmp6.c | 229 icmp6_packet_too_big(struct pbuf *p, u32_t mtu) in icmp6_packet_too_big()
|
A D | ip6_frag.c | 665 u16_t mtu; in ip6_frag() local
|
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/ |
A D | modbluetooth_nimble.c | 1068 int mp_bluetooth_set_preferred_mtu(uint16_t mtu) { in mp_bluetooth_set_preferred_mtu() 1438 uint16_t mtu; member 1608 STATIC int create_l2cap_channel(uint16_t mtu, mp_bluetooth_nimble_l2cap_channel_t **out) { in create_l2cap_channel() 1647 int mp_bluetooth_l2cap_listen(uint16_t psm, uint16_t mtu) { in mp_bluetooth_l2cap_listen() 1661 int mp_bluetooth_l2cap_connect(uint16_t conn_handle, uint16_t psm, uint16_t mtu) { in mp_bluetooth_l2cap_connect()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/ref_impl/ |
A D | mesh_hal_ble.c | 164 u16_t mtu; member 304 void bt_gatt_prov_set_mtu(struct bt_conn *conn, u16_t mtu) in bt_gatt_prov_set_mtu() 540 u16_t mtu; in proxy_prov_get_mtu_response() local
|
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/ |
A D | modbluetooth_btstack.c | 276 uint16_t mtu = att_event_mtu_exchange_complete_get_MTU(packet); in btstack_packet_handler_att_server() local 1195 int mp_bluetooth_set_preferred_mtu(uint16_t mtu) { in mp_bluetooth_set_preferred_mtu() 1431 int mp_bluetooth_l2cap_listen(uint16_t psm, uint16_t mtu) { in mp_bluetooth_l2cap_listen() 1436 int mp_bluetooth_l2cap_connect(uint16_t conn_handle, uint16_t psm, uint16_t mtu) { in mp_bluetooth_l2cap_connect()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | ppp.c | 1043 int ppp_send_config(ppp_pcb *pcb, int mtu, u32_t accm, int pcomp, int accomp) { in ppp_send_config() 1333 void netif_set_mtu(ppp_pcb *pcb, int mtu) { in netif_set_mtu()
|
A D | multilink.c | 125 int l, mtu; in mp_join_bundle() local
|
A D | ccp.c | 1208 int mtu; in ccp_reqci() local
|
/AliOS-Things-master/components/netmgr/netdev/include/ |
A D | netdev.h | 85 uint16_t mtu; /* maximum transfer unit (in bytes) */ member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | provisioner_proxy.c | 602 u16_t mtu; in proxy_prov_segment_and_send() local
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | netif.h | 299 u16_t mtu; member
|
/AliOS-Things-master/components/mbedtls/programs/test/ |
A D | udp_proxy.c | 161 int mtu; /* drop packets larger than this */ member
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/ |
A D | gatt.c | 46 uint16_t mtu; member 1675 int mtu = ble_stack_gatt_mtu_get(test3_svc.conn_handle) - 3; in transport_task() local
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modbluetooth.c | 381 mp_int_t mtu = mp_obj_get_int(e->value); in bluetooth_ble_config() local 847 mp_int_t mtu = MAX(32, MIN(UINT16_MAX, mp_obj_get_int(mtu_in))); in bluetooth_ble_l2cap_listen() local 855 mp_int_t mtu = MAX(32, MIN(UINT16_MAX, mp_obj_get_int(args[3]))); in bluetooth_ble_l2cap_connect() local
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | netif.h | 303 u16_t mtu; member
|