Home | History | Annotate | Download | only in include

Lines Matching full:uint16

140     UINT16 rtrans_tout;
141 UINT16 mon_tout;
142 UINT16 mps;
151 UINT16 result; /* Only used in confirm messages */
153 UINT16 mtu;
157 UINT16 flush_to;
164 UINT16 flags; /* bit 0: 0-no continuation, 1-continuation */
175 typedef UINT16 tL2CAP_CH_CFG_BITS;
187 typedef void (tL2CA_CONNECT_IND_CB) (BD_ADDR, UINT16, UINT16, UINT8);
194 typedef void (tL2CA_CONNECT_CFM_CB) (UINT16, UINT16);
200 typedef void (tL2CA_CONNECT_PND_CB) (UINT16);
207 typedef void (tL2CA_CONFIG_IND_CB) (UINT16, tL2CAP_CFG_INFO *);
214 typedef void (tL2CA_CONFIG_CFM_CB) (UINT16, tL2CAP_CFG_INFO *);
221 typedef void (tL2CA_DISCONNECT_IND_CB) (UINT16, BOOLEAN);
228 typedef void (tL2CA_DISCONNECT_CFM_CB) (UINT16, UINT16);
241 typedef void (tL2CA_DATA_IND_CB) (UINT16, BT_HDR *);
249 typedef void (tL2CA_ECHO_RSP_CB) (UINT16);
254 typedef void (tL2CA_ECHO_DATA_CB) (BD_ADDR, UINT16, UINT8 *);
263 typedef void (tL2CA_CONGESTION_STATUS_CB) (UINT16, BOOLEAN);
281 typedef void (tL2CA_TX_COMPLETE_CB) (UINT16, UINT16);
350 L2C_API extern UINT16 L2CA_Register (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info);
362 L2C_API extern void L2CA_Deregister (UINT16 psm);
374 L2C_API extern UINT16 L2CA_AllocatePSM(void);
388 L2C_API extern UINT16 L2CA_ConnectReq (UINT16 psm, BD_ADDR p_bd_addr);
401 L2C_API extern BOOLEAN L2CA_ConnectRsp (BD_ADDR p_bd_addr, UINT8 id, UINT16 lcid,
402 UINT16 result, UINT16 status);
417 L2C_API extern UINT16 L2CA_ErtmConnectReq (UINT16 psm, BD_ADDR p_bd_addr,
432 L2C_API extern BOOLEAN L2CA_ErtmConnectRsp (BD_ADDR p_bd_addr, UINT8 id, UINT16 lcid,
433 UINT16 result, UINT16 status,
445 L2C_API extern BOOLEAN L2CA_ConfigReq (UINT16 cid, tL2CAP_CFG_INFO *p_cfg);
457 L2C_API extern BOOLEAN L2CA_ConfigRsp (UINT16 cid, tL2CAP_CFG_INFO *p_cfg);
468 L2C_API extern BOOLEAN L2CA_DisconnectReq (UINT16 cid);
480 L2C_API extern BOOLEAN L2CA_DisconnectRsp (UINT16 cid);
493 L2C_API extern UINT8 L2CA_DataWrite (UINT16 cid, BT_HDR *p_data);
533 L2C_API extern BOOLEAN L2CA_SetIdleTimeout (UINT16 cid, UINT16 timeout,
555 L2C_API extern BOOLEAN L2CA_SetIdleTimeoutByBdAddr(BD_ADDR bd_addr, UINT16 timeout);
596 L2C_API extern UINT16 L2CA_LocalLoopbackReq (UINT16 psm, UINT16 handle, BD_ADDR p_bd_addr);
612 L2C_API extern UINT16 L2CA_FlushChannel (UINT16 lcid, UINT16 num_to_flush);
639 L2C_API extern BOOLEAN L2CA_FlowControl (UINT16 cid, BOOLEAN data_enabled);
650 L2C_API extern BOOLEAN L2CA_SendTestSFrame (UINT16 cid, BOOLEAN rr_or_rej,
662 L2C_API extern BOOLEAN L2CA_SetTxPriority (UINT16 cid, tL2CAP_CHNL_PRIORITY priority);
687 L2C_API extern BOOLEAN L2CA_SetChnlDataRate (UINT16 cid, tL2CAP_CHNL_DATA_RATE tx, tL2CAP_CHNL_DATA_RATE rx);
712 L2C_API extern BOOLEAN L2CA_SetFlushTimeout (BD_ADDR bd_addr, UINT16 flush_tout);
729 L2C_API extern UINT8 L2CA_DataWriteEx (UINT16 cid, BT_HDR *p_data, UINT16 flags);
741 L2C_API extern BOOLEAN L2CA_SetChnlFlushability (UINT16 cid, BOOLEAN is_flushable);
769 L2C_API extern BOOLEAN L2CA_GetBDAddrbyHandle (UINT16 handle, BD_ADDR bd_addr);
782 L2C_API extern UINT8 L2CA_GetChnlFcrMode (UINT16 lcid);
835 L2C_API extern BOOLEAN L2CA_UcdRegister ( UINT16 psm, tL2CAP_UCD_CB_INFO *p_cb_info );
848 L2C_API extern BOOLEAN L2CA_UcdDeregister ( UINT16 psm );
865 L2C_API extern BOOLEAN L2CA_UcdDiscover ( UINT16 psm, BD_ADDR rem_bda, UINT8 info_type );
884 L2C_API extern UINT16 L2CA_UcdDataWrite (UINT16 psm, BD_ADDR rem_bda, BT_HDR *p_buf, UINT16 flags);
898 L2C_API extern BOOLEAN L2CA_UcdSetIdleTimeout ( BD_ADDR rem_bda, UINT16 timeout );
923 typedef void (tL2CA_FIXED_CHNL_CB) (BD_ADDR, BOOLEAN, UINT16);
939 UINT16 default_idle_tout;
956 L2C_API extern BOOLEAN L2CA_RegisterFixedChannel (UINT16 fixed_cid, tL2CAP_FIXED_CHNL_REG *p_freg);
970 L2C_API extern BOOLEAN L2CA_ConnectFixedChnl (UINT16 fixed_cid, BD_ADDR bd_addr);
986 L2C_API extern UINT16 L2CA_SendFixedChnlData (UINT16 fixed_cid, BD_ADDR rem_bda, BT_HDR *p_buf);
1001 L2C_API extern BOOLEAN L2CA_RemoveFixedChnl (UINT16 fixed_cid, BD_ADDR rem_bda);
1020 L2C_API extern BOOLEAN L2CA_SetFixedChannelTout (BD_ADDR rem_bda, UINT16 fixed_cid, UINT16 idle_tout);
1037 L2C_API extern BOOLEAN L2CA_GetCurrentConfig (UINT16 lcid,
1067 L2C_API extern UINT16 L2CA_SetupErtmTest (UINT16 cid, UINT8 type, BOOLEAN is_rx, UINT8 freq, UINT16 count);
1084 L2C_API extern void L2CA_SendPolledSFrame (UINT16 cid, UINT16 sup_type);
1101 L2C_API extern void L2CA_BypassSFrame (UINT16 cid, UINT8 count);
1131 L2C_API extern BOOLEAN L2CA_UpdateBleConnParams (BD_ADDR rem_bdRa, UINT16 min_int, UINT16 max_int, UINT16 latency, UINT16 timeout);
1167 L2C_API extern UINT16 L2CA_GetDisconnectReason (BD_ADDR remote_bda);