/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_inst.h | 131 uint16_t rpsm; member 188 L2capChannel *L2capNewChannel(L2capConnection *conn, uint16_t lpsm, uint16_t rpsm);
|
H A D | l2cap.h | 68 * @param rpsm remote protocol psm 72 int L2CAP_ConnectReq(const BtAddr *addr, uint16_t lpsm, uint16_t rpsm, uint16_t *lcid);
|
H A D | l2cap_le.h | 71 const BtAddr *addr, uint16_t lpsm, uint16_t rpsm, const L2capLeConfigInfo *cfg, uint16_t *lcid);
|
H A D | l2cap_le_if.c | 113 uint16_t rpsm; member 126 result = L2CAP_LeCreditBasedConnectionReq(&(ctx->addr), ctx->lpsm, ctx->rpsm, &(ctx->cfg), &lcid); in L2cifLeCreditBasedConnectionReq() 135 int L2CIF_LeCreditBasedConnectionReq(const BtAddr *addr, uint16_t lpsm, uint16_t rpsm, const L2capLeConfigInfo *cfg, in L2CIF_LeCreditBasedConnectionReq() argument 151 ctx->rpsm = rpsm; in L2CIF_LeCreditBasedConnectionReq()
|
H A D | l2cap_if.c | 116 uint16_t rpsm; member 129 result = L2CAP_ConnectReq(&(ctx->addr), ctx->lpsm, ctx->rpsm, &lcid); in L2cifConnectReq() 138 int L2CIF_ConnectReq(const BtAddr *addr, uint16_t lpsm, uint16_t rpsm, void *context, in L2CIF_ConnectReq() argument 154 ctx->rpsm = rpsm; in L2CIF_ConnectReq()
|
H A D | l2cap.c | 29 int L2CAP_ConnectReq(const BtAddr *addr, uint16_t lpsm, uint16_t rpsm, uint16_t *lcid) in L2CAP_ConnectReq() argument 35 LOG_INFO("%{public}s:%{public}d enter, lpsm = 0x%04X, rpsm = 0x%04X", __FUNCTION__, __LINE__, lpsm, rpsm); in L2CAP_ConnectReq() 55 chan = L2capNewChannel(conn, lpsm, rpsm); in L2CAP_ConnectReq()
|
H A D | l2cap_inst.c | 221 L2capChannel *L2capNewChannel(L2capConnection *conn, uint16_t lpsm, uint16_t rpsm) in L2capNewChannel() argument 244 chan->rpsm = rpsm; in L2capNewChannel()
|
H A D | l2cap_le.c | 43 uint16_t rpsm; member 252 static L2capLeChannel *L2capLeNewChannel(L2capLeConnection *conn, uint16_t lpsm, uint16_t rpsm) in L2capLeNewChannel() argument 263 chan->rpsm = rpsm; in L2capLeNewChannel() 453 L2capCpuToLe16(buff + 0, chan->rpsm); in L2capSendCreditBasedConnectionReq() 1255 const BtAddr *addr, uint16_t lpsm, uint16_t rpsm, const L2capLeConfigInfo *cfg, uint16_t *lcid) in L2CAP_LeCreditBasedConnectionReq() 1261 LOG_INFO("%{public}s:%{public}d enter, lpsm = 0x%04X, rpsm = 0x%04X", __FUNCTION__, __LINE__, lpsm, rpsm); in L2CAP_LeCreditBasedConnectionReq() 1285 chan = L2capLeNewChannel(conn, lpsm, rpsm); in L2CAP_LeCreditBasedConnectionReq() 1254 L2CAP_LeCreditBasedConnectionReq( const BtAddr *addr, uint16_t lpsm, uint16_t rpsm, const L2capLeConfigInfo *cfg, uint16_t *lcid) L2CAP_LeCreditBasedConnectionReq() argument
|
H A D | l2cap_core.c | 143 L2capCpuToLe16(buff + 0, chan->rpsm); in L2capSendConnectionReq()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/ |
H A D | transport_def.h | 53 uint16_t rpsm; member
|
H A D | transport_l2cap.cpp | 28 rpsm_(createInfo.rpsm), in L2capTransport() 34 HILOGI("remoteAddr: %{public}s, lpsm: %{public}hu, rpsm: %{public}hu, localMtu_: %{public}hu", in L2capTransport() 46 LOG_INFO("[L2capTransport]%{public}s lpsm:0x%04X, rpsm:0x%04X", __func__, lpsm_, rpsm_); in Connect()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | l2cap_le_if.h | 58 int BTSTACK_API L2CIF_LeCreditBasedConnectionReq(const BtAddr *addr, uint16_t lpsm, uint16_t rpsm,
|
H A D | l2cap_if.h | 68 * @param rpsm remote protocol psm 72 int BTSTACK_API L2CIF_ConnectReq(const BtAddr *addr, uint16_t lpsm, uint16_t rpsm, void *context,
|