Home
last modified time | relevance | path

Searched refs:L2capService (Results 1 - 22 of 22) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp.c67 if (L2CIF_RegisterService(AVCT_PSM, (L2capService *)&G_AVCT_L2C_SVR, NULL, NULL)) { in AvctStartup()
71 if (L2CIF_RegisterService(AVCT_BR_PSM, (L2capService *)&G_AVCT_BR_L2C_SVR, NULL, NULL)) { in AvctStartup()
H A Davctp_br_l2cap.h134 extern const L2capService G_AVCT_BR_L2C_SVR;
H A Davctp_ctrl_l2cap.h136 extern const L2capService G_AVCT_L2C_SVR;
H A Davctp_ctrl_l2cap.c32 const L2capService G_AVCT_L2C_SVR = {
H A Davctp_br_l2cap.c32 const L2capService G_AVCT_BR_L2C_SVR = {
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp.c59 if (L2CIF_RegisterService(AVDT_PSM, (L2capService *)&G_AVDT_L2C_APPL, NULL, NULL)) { in AvdtStartup()
H A Davdtp_l2cap.h128 extern const L2capService G_AVDT_L2C_APPL;
H A Davdtp_l2cap.c27 const L2capService G_AVDT_L2C_APPL = {
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap.h53 int L2CAP_RegisterService(uint16_t lpsm, const L2capService *svc, void *context);
H A Dl2cap_if.c32 L2capService service;
53 int L2CIF_RegisterService(uint16_t lpsm, const L2capService *svc, void *context, void (*cb)(uint16_t lpsm, int result)) in L2CIF_RegisterService()
67 (void)memcpy_s(&(ctx->service), sizeof(L2capService), svc, sizeof(L2capService)); in L2CIF_RegisterService()
H A Dl2cap.c463 int L2CAP_RegisterService(uint16_t lpsm, const L2capService *svc, void *context) in L2CAP_RegisterService()
497 (void)memcpy_s(&(psm->service), sizeof(L2capService), svc, sizeof(L2capService)); in L2CAP_RegisterService()
H A Dl2cap_inst.h58 L2capService service;
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_if.h54 uint16_t lpsm, const L2capService *svc, void *context, void (*cb)(uint16_t lpsm, int result));
H A Dl2cap_def.h181 } L2capService; typedef
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_l2cap_connection.h254 static constexpr L2capService L2CAP_HID_Host_CALLBACK = {
H A Dhid_host_l2cap_connection.cpp42 if (L2CIF_RegisterService(HID_CONTROL_PSM, (L2capService *)&L2CAP_HID_Host_CALLBACK, nullptr, nullptr)) { in Startup()
47 if (L2CIF_RegisterService(HID_INTERRUPT_PSM, (L2capService *)&L2CAP_HID_Host_CALLBACK, nullptr, nullptr)) { in Startup()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_bnep.h257 static constexpr L2capService BNEP_CALLBACK = {
H A Dpan_bnep.cpp43 if (L2CIF_RegisterService(BT_BNEP_PSM, (L2capService *)&BNEP_CALLBACK, nullptr, nullptr)) { in Startup()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_l2cap.h389 static constexpr L2capService L2CAP_CALLBACK = {
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_init.c261 L2capService bredrl2capServiceTObj; in L2cifLeRisterFixChannelCallback()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_l2cap_if.c37 static const L2capService svc = { in RfcommRegisterL2cap()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_connect.c63 static L2capService g_registerInfo;
68 (void)memset_s(&g_registerInfo, sizeof(L2capService), 0, sizeof(L2capService)); in SdpRegisterToL2cap()

Completed in 20 milliseconds