| /device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/ |
| D | ble_l2cap_sig_priv.h | 64 uint16_t mtu; member 71 uint16_t mtu; member 79 uint16_t mtu; member 86 uint16_t mtu; member 94 uint16_t mtu; member 136 static inline int ble_l2cap_sig_coc_connect(uint16_t conn_handle, uint16_t psm, uint16_t mtu, in ble_l2cap_sig_coc_connect() 158 uint16_t psm, uint16_t mtu, in ble_l2cap_sig_ecoc_connect()
|
| D | ble_att.c | 385 uint16_t mtu; in ble_att_truncate_to_mtu() local 397 uint16_t mtu; in ble_att_mtu() local 422 uint16_t mtu; in ble_att_chan_mtu() local 497 int ble_att_set_preferred_mtu(uint16_t mtu) in ble_att_set_preferred_mtu()
|
| D | ble_l2cap_coc_priv.h | 42 uint16_t mtu; member 51 uint16_t mtu; member 80 static inline int ble_l2cap_coc_create_server(uint16_t psm, uint16_t mtu, ble_l2cap_event_fn *cb, v… in ble_l2cap_coc_create_server()
|
| D | ble_l2cap.c | 129 int ble_l2cap_create_server(uint16_t psm, uint16_t mtu, in ble_l2cap_create_server() 135 int ble_l2cap_connect(uint16_t conn_handle, uint16_t psm, uint16_t mtu, in ble_l2cap_connect() 161 uint16_t psm, uint16_t mtu, in ble_l2cap_enhanced_connect()
|
| D | ble_att_svr.c | 631 uint16_t mtu; in ble_att_svr_build_mtu_rsp() local 671 uint16_t mtu; in ble_att_svr_rx_mtu() local 728 struct os_mbuf *om, uint16_t mtu, uint8_t *format) in ble_att_svr_fill_info() 798 uint16_t mtu; in ble_att_svr_build_find_info_rsp() local 895 uint16_t last, int mtu, in ble_att_svr_fill_type_value_entry() 988 uint16_t mtu, uint8_t *out_att_err) in ble_att_svr_fill_type_value() 1090 uint16_t mtu; in ble_att_svr_build_find_type_value_rsp() local 1186 uint16_t mtu; in ble_att_svr_build_read_type_rsp() local 1440 uint16_t mtu; in ble_att_svr_build_read_mult_rsp() local 1531 static int ble_att_svr_read_group_type_entry_write(struct os_mbuf *om, uint16_t mtu, in ble_att_svr_read_group_type_entry_write() [all …]
|
| D | ble_l2cap_coc.c | 60 int ble_l2cap_coc_create_server(uint16_t psm, uint16_t mtu, in ble_l2cap_coc_create_server() 238 void ble_l2cap_coc_set_new_mtu_mps(struct ble_l2cap_chan *chan, uint16_t mtu, uint16_t mps) in ble_l2cap_coc_set_new_mtu_mps() 249 …ruct ble_l2cap_chan *ble_l2cap_coc_chan_alloc(struct ble_hs_conn *conn, uint16_t psm, uint16_t mtu, in ble_l2cap_coc_chan_alloc()
|
| D | ble_att_clt.c | 52 int ble_att_clt_tx_mtu(uint16_t conn_handle, uint16_t mtu) in ble_att_clt_tx_mtu() 105 uint16_t mtu; in ble_att_clt_rx_mtu() local
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/stack/rfcomm/ |
| D | rfc_port_if.c | 85 void RFCOMM_DlcEstablishReq (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu) in RFCOMM_DlcEstablishReq() 112 void RFCOMM_DlcEstablishRsp (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT16 result) in RFCOMM_DlcEstablishRsp() 141 void RFCOMM_ParNegReq (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu) in RFCOMM_ParNegReq() 191 void RFCOMM_ParNegRsp (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k) in RFCOMM_ParNegRsp()
|
| D | port_rfc.c | 289 void PORT_ParNegInd (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k) in PORT_ParNegInd() 369 void PORT_ParNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k) in PORT_ParNegCnf() 427 void PORT_DlcEstablishInd (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu) in PORT_DlcEstablishInd() 480 void PORT_DlcEstablishCnf (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT16 result) in PORT_DlcEstablishCnf()
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/ |
| D | bta_gatt_common.c | 27 void BTA_GATT_SetLocalMTU(uint16_t mtu) in BTA_GATT_SetLocalMTU()
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/gatt/ |
| D | btc_gatt_common.c | 27 static void btc_set_local_mtu(uint16_t mtu) in btc_set_local_mtu()
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/api/ |
| D | esp_gatt_common_api.c | 32 esp_err_t esp_ble_gatt_set_local_mtu (uint16_t mtu) in esp_ble_gatt_set_local_mtu()
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/include/ |
| D | btc_gatt_common.h | 32 uint16_t mtu; member
|
| /device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/sdk/ |
| D | ble_l2cap.h | 84 …uint16_t mtu; /**< The MTU field specifies the maximum SDU size (in octets) that th… member 109 …uint16_t mtu; /**< The MTU field specifies the maximum SDU size (in octets) that the L2C… member
|
| /device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/hdf/ |
| D | net_bdh_adpater.c | 530 int32_t hdf_bdh6_netdev_changemtu(struct NetDevice *netDev, int32_t mtu) in hdf_bdh6_netdev_changemtu() 548 int32_t hdf_p2p_netdev_changemtu(struct NetDevice *netDev, int32_t mtu) in hdf_p2p_netdev_changemtu()
|
| /device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
| D | net_bdh_adpater.c | 508 int32_t hdf_bdh6_netdev_changemtu(struct NetDevice *netDev, int32_t mtu) in hdf_bdh6_netdev_changemtu() 526 int32_t hdf_p2p_netdev_changemtu(struct NetDevice *netDev, int32_t mtu) in hdf_p2p_netdev_changemtu()
|
| /device/board/unionman/unionpi_tiger/kernel/hdf/wifi/rtl8822cs/hdf/ |
| D | net_adapter.c | 114 int32_t hdf_rtl8822cs_netdev_changemtu(struct NetDevice *netDev, int32_t mtu) in hdf_rtl8822cs_netdev_changemtu() 513 static int32_t hdf_p2p_netdev_changemtu(struct NetDevice *netDev, int32_t mtu) in hdf_p2p_netdev_changemtu()
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/ |
| D | gatt_db.c | 211 UINT16 mtu, in read_attr_value() 925 UINT16 mtu, in gatts_read_attr_value_by_handle()
|
| /device/board/isoftstone/zhiyuan/kernel/hdf/driver/wifi/xr829_hdfadapter/ |
| D | net_adpater.c | 239 int32_t hdf_netdev_changemtu(struct NetDevice *netDev, int32_t mtu) in hdf_netdev_changemtu()
|
| /device/board/osware/imx8mm/drivers/wifi/ap6212/hdfadapter/ |
| D | net_adpater.c | 244 int32_t hdf_netdev_changemtu(struct NetDevice *netDev, int32_t mtu) in hdf_netdev_changemtu()
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/api/include/api/ |
| D | esp_gattc_api.h | 93 uint16_t mtu; /*!< MTU size */ member 112 uint16_t mtu; /*!< MTU size */ member
|
| D | esp_gatts_api.h | 114 uint16_t mtu; /*!< MTU size */ member 115 } mtu; /*!< Gatt server callback param of ESP_GATTS_MTU_EVT */ member
|
| /device/soc/rockchip/common/sdk_linux/net/bluetooth/ |
| D | l2cap_sock.c | 734 static bool l2cap_valid_mtu(struct l2cap_chan *chan, u16 mtu) in l2cap_valid_mtu() 928 u16 mtu; in l2cap_sock_setsockopt() local
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/ |
| D | l2c_api.h | 156 UINT16 mtu; member 175 UINT16 mtu; member
|
| /device/soc/telink/b91/b91_ble_sdk/stack/ble/host/l2cap/ |
| D | l2cap_signal.h | 35 #define BLC_L2CAP_COC_MTU_NEEDLEN(srvCount, chCount, mtu) (srvCount * chCount * mtu) argument
|