• Home
  • Raw
  • Download

Lines Matching refs:uint16_t

29 uint16_t bluetooth::shim::L2CA_Register(uint16_t client_psm,  in L2CA_Register()
53 uint16_t psm = shim_l2cap.ConvertClientToRealPsm(client_psm, in L2CA_Register()
67 void bluetooth::shim::L2CA_Deregister(uint16_t client_psm) { in L2CA_Deregister()
73 uint16_t psm = shim_l2cap.ConvertClientToRealPsm(client_psm); in L2CA_Deregister()
79 uint16_t bluetooth::shim::L2CA_AllocatePSM(void) { in L2CA_AllocatePSM()
83 uint16_t bluetooth::shim::L2CA_AllocateLePSM(void) { in L2CA_AllocateLePSM()
87 void bluetooth::shim::L2CA_FreeLePSM(uint16_t psm) { in L2CA_FreeLePSM()
99 uint16_t bluetooth::shim::L2CA_ErtmConnectReq(uint16_t psm, in L2CA_ErtmConnectReq()
105 uint16_t bluetooth::shim::L2CA_ConnectReq(uint16_t psm, in L2CA_ConnectReq()
111 uint8_t id, uint16_t lcid, in L2CA_ErtmConnectRsp()
112 uint16_t result, uint16_t status, in L2CA_ErtmConnectRsp()
119 uint16_t lcid, uint16_t result, in L2CA_ConnectRsp()
120 uint16_t status) { in L2CA_ConnectRsp()
125 bool bluetooth::shim::L2CA_ConfigReq(uint16_t cid, tL2CAP_CFG_INFO* cfg_info) { in L2CA_ConfigReq()
129 bool bluetooth::shim::L2CA_ConfigRsp(uint16_t cid, tL2CAP_CFG_INFO* cfg_info) { in L2CA_ConfigRsp()
133 bool bluetooth::shim::L2CA_DisconnectReq(uint16_t cid) { in L2CA_DisconnectReq()
137 bool bluetooth::shim::L2CA_DisconnectRsp(uint16_t cid) { in L2CA_DisconnectRsp()
144 uint16_t bluetooth::shim::L2CA_RegisterLECoc(uint16_t psm, in L2CA_RegisterLECoc()
151 void bluetooth::shim::L2CA_DeregisterLECoc(uint16_t psm) { in L2CA_DeregisterLECoc()
155 uint16_t bluetooth::shim::L2CA_ConnectLECocReq(uint16_t psm, in L2CA_ConnectLECocReq()
164 uint8_t id, uint16_t lcid, in L2CA_ConnectLECocRsp()
165 uint16_t result, uint16_t status, in L2CA_ConnectLECocRsp()
175 bool bluetooth::shim::L2CA_GetPeerLECocConfig(uint16_t lcid, in L2CA_GetPeerLECocConfig()
186 uint16_t cid, const tL2CAP_APPL_INFO* callbacks) { in L2CA_SetConnectionCallbacks()
191 uint8_t bluetooth::shim::L2CA_DataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_DataWrite()
208 uint16_t timeout, in L2CA_SetIdleTimeoutByBdAddr()
221 uint16_t flush_tout) { in L2CA_SetFlushTimeout()
237 bool bluetooth::shim::L2CA_RegisterFixedChannel(uint16_t fixed_cid, in L2CA_RegisterFixedChannel()
243 bool bluetooth::shim::L2CA_ConnectFixedChnl(uint16_t fixed_cid, in L2CA_ConnectFixedChnl()
249 bool bluetooth::shim::L2CA_ConnectFixedChnl(uint16_t fixed_cid, in L2CA_ConnectFixedChnl()
256 uint16_t bluetooth::shim::L2CA_SendFixedChnlData(uint16_t fixed_cid, in L2CA_SendFixedChnlData()
263 bool bluetooth::shim::L2CA_RemoveFixedChnl(uint16_t fixed_cid, in L2CA_RemoveFixedChnl()
272 bool bluetooth::shim::L2CA_GetIdentifiers(uint16_t lcid, uint16_t* rcid, in L2CA_GetIdentifiers()
273 uint16_t* handle) { in L2CA_GetIdentifiers()
278 bool bluetooth::shim::L2CA_SetIdleTimeout(uint16_t cid, uint16_t timeout, in L2CA_SetIdleTimeout()
284 bool bluetooth::shim::L2CA_SetTxPriority(uint16_t cid, in L2CA_SetTxPriority()
291 uint16_t fixed_cid, in L2CA_SetFixedChannelTout()
292 uint16_t idle_tout) { in L2CA_SetFixedChannelTout()
297 bool bluetooth::shim::L2CA_SetChnlFlushability(uint16_t cid, in L2CA_SetChnlFlushability()
303 uint16_t bluetooth::shim::L2CA_FlushChannel(uint16_t lcid, in L2CA_FlushChannel()
304 uint16_t num_to_flush) { in L2CA_FlushChannel()