Home
last modified time | relevance | path

Searched refs:HID_CONTROL_PSM (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_l2cap_connection.cpp24 { .l2capPsm = HID_CONTROL_PSM }}; in Startup()
33 { .l2capPsm = HID_CONTROL_PSM }}; in Startup()
42 …if (L2CIF_RegisterService(HID_CONTROL_PSM, (L2capService *)&L2CAP_HID_Host_CALLBACK, nullptr, null… in Startup()
48 L2CIF_DeregisterService(HID_CONTROL_PSM, nullptr); in Startup()
57 L2CIF_DeregisterService(HID_CONTROL_PSM, nullptr); in Shutdown()
60 { .l2capPsm = HID_CONTROL_PSM }}; in Shutdown()
63 { .l2capPsm = HID_CONTROL_PSM }}; in Shutdown()
133 int ret = L2CIF_ConnectReq(&btAddr, HID_CONTROL_PSM, HID_CONTROL_PSM, in HidHostSecurityCheckTask()
701 { .l2capPsm = HID_CONTROL_PSM }}; in SendGapRequestSecurity()
713 { .l2capPsm = HID_CONTROL_PSM }}; in SendGapRequestSecurity()
H A Dhid_host_defines.h203 static constexpr uint16_t HID_CONTROL_PSM = 0x0011; variable