Home
last modified time | relevance | path

Searched refs:L2capLeConfigInfo (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_le.h71 const BtAddr *addr, uint16_t lpsm, uint16_t rpsm, const L2capLeConfigInfo *cfg, uint16_t *lcid);
82 int L2CAP_LeCreditBasedConnectionRsp(uint16_t lcid, uint8_t id, const L2capLeConfigInfo *cfg, uint16_t result);
H A Dl2cap_le_if.c114 L2capLeConfigInfo cfg;
135 int L2CIF_LeCreditBasedConnectionReq(const BtAddr *addr, uint16_t lpsm, uint16_t rpsm, const L2capLeConfigInfo *cfg, in L2CIF_LeCreditBasedConnectionReq()
152 (void)memcpy_s(&(ctx->cfg), sizeof(L2capLeConfigInfo), cfg, sizeof(L2capLeConfigInfo)); in L2CIF_LeCreditBasedConnectionReq()
162 L2capLeConfigInfo cfg;
184 uint16_t lcid, uint8_t id, const L2capLeConfigInfo *cfg, uint16_t result, void (*cb)(uint16_t lcid, int result)) in L2CIF_LeCreditBasedConnectionRsp()
199 (void)memcpy_s(&(ctx->cfg), sizeof(L2capLeConfigInfo), cfg, sizeof(L2capLeConfigInfo)); in L2CIF_LeCreditBasedConnectionRsp()
H A Dl2cap_le.c50 L2capLeConfigInfo lcfg;
51 L2capLeConfigInfo rcfg;
703 L2capLeConfigInfo cfg = {0}; in L2capLeProcessCreditBasedConnectionReq()
722 (void)memcpy_s(&(tchan.lcfg), sizeof(L2capLeConfigInfo), &cfg, sizeof(L2capLeConfigInfo)); in L2capLeProcessCreditBasedConnectionReq()
765 L2capLeConfigInfo cfg = {0}; in L2capLeProcessCreditBasedConnectionRsp()
1255 const BtAddr *addr, uint16_t lpsm, uint16_t rpsm, const L2capLeConfigInfo *cfg, uint16_t *lcid) in L2CAP_LeCreditBasedConnectionReq()
1313 int L2CAP_LeCreditBasedConnectionRsp(uint16_t lcid, uint8_t id, const L2capLeConfigInfo *cfg, uint16_t result) in L2CAP_LeCreditBasedConnectionRsp()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_le_if.h59 const L2capLeConfigInfo *cfg, void (*cb)(const BtAddr *addr, uint16_t lcid, int result));
71 uint16_t lcid, uint8_t id, const L2capLeConfigInfo *cfg, uint16_t result, void (*cb)(uint16_t lcid, int result));
H A Dl2cap_def.h218 } L2capLeConfigInfo; typedef
224 uint16_t lcid, uint8_t id, const L2capConnectionInfo *info, const L2capLeConfigInfo *cfg, void *ctx);
228 uint16_t lcid, const L2capConnectionInfo *info, const L2capLeConfigInfo *cfg, uint16_t result, void *ctx);

Completed in 5 milliseconds