/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A D | avctp.c | 67 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 D | avctp_br_l2cap.h | 134 extern const L2capService G_AVCT_BR_L2C_SVR;
|
H A D | avctp_ctrl_l2cap.h | 136 extern const L2capService G_AVCT_L2C_SVR;
|
H A D | avctp_ctrl_l2cap.c | 32 const L2capService G_AVCT_L2C_SVR = {
|
H A D | avctp_br_l2cap.c | 32 const L2capService G_AVCT_BR_L2C_SVR = {
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
H A D | avdtp.c | 59 if (L2CIF_RegisterService(AVDT_PSM, (L2capService *)&G_AVDT_L2C_APPL, NULL, NULL)) { in AvdtStartup()
|
H A D | avdtp_l2cap.h | 128 extern const L2capService G_AVDT_L2C_APPL;
|
H A D | avdtp_l2cap.c | 27 const L2capService G_AVDT_L2C_APPL = {
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap.h | 53 int L2CAP_RegisterService(uint16_t lpsm, const L2capService *svc, void *context);
|
H A D | l2cap_if.c | 32 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 D | l2cap.c | 463 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 D | l2cap_inst.h | 58 L2capService service;
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | l2cap_if.h | 54 uint16_t lpsm, const L2capService *svc, void *context, void (*cb)(uint16_t lpsm, int result));
|
H A D | l2cap_def.h | 181 } L2capService; typedef
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_l2cap_connection.h | 254 static constexpr L2capService L2CAP_HID_Host_CALLBACK = {
|
H A D | hid_host_l2cap_connection.cpp | 42 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 D | pan_bnep.h | 257 static constexpr L2capService BNEP_CALLBACK = {
|
H A D | pan_bnep.cpp | 43 if (L2CIF_RegisterService(BT_BNEP_PSM, (L2capService *)&BNEP_CALLBACK, nullptr, nullptr)) { in Startup()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/ |
H A D | transport_l2cap.h | 389 static constexpr L2capService L2CAP_CALLBACK = {
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_init.c | 261 L2capService bredrl2capServiceTObj; in L2cifLeRisterFixChannelCallback()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_l2cap_if.c | 37 static const L2capService svc = { in RfcommRegisterL2cap()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_connect.c | 63 static L2capService g_registerInfo; 68 (void)memset_s(&g_registerInfo, sizeof(L2capService), 0, sizeof(L2capService)); in SdpRegisterToL2cap()
|