Home
last modified time | relevance | path

Searched refs:rpsm (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_inst.h131 uint16_t rpsm; member
188 L2capChannel *L2capNewChannel(L2capConnection *conn, uint16_t lpsm, uint16_t rpsm);
H A Dl2cap.h68 * @param rpsm remote protocol psm
72 int L2CAP_ConnectReq(const BtAddr *addr, uint16_t lpsm, uint16_t rpsm, uint16_t *lcid);
H A Dl2cap_le.h71 const BtAddr *addr, uint16_t lpsm, uint16_t rpsm, const L2capLeConfigInfo *cfg, uint16_t *lcid);
H A Dl2cap_le_if.c113 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 Dl2cap_if.c116 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 Dl2cap.c29 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 Dl2cap_inst.c221 L2capChannel *L2capNewChannel(L2capConnection *conn, uint16_t lpsm, uint16_t rpsm) in L2capNewChannel() argument
244 chan->rpsm = rpsm; in L2capNewChannel()
H A Dl2cap_le.c43 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 Dl2cap_core.c143 L2capCpuToLe16(buff + 0, chan->rpsm); in L2capSendConnectionReq()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_def.h53 uint16_t rpsm; member
H A Dtransport_l2cap.cpp28 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 Dl2cap_le_if.h58 int BTSTACK_API L2CIF_LeCreditBasedConnectionReq(const BtAddr *addr, uint16_t lpsm, uint16_t rpsm,
H A Dl2cap_if.h68 * @param rpsm remote protocol psm
72 int BTSTACK_API L2CIF_ConnectReq(const BtAddr *addr, uint16_t lpsm, uint16_t rpsm, void *context,

Completed in 12 milliseconds