/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_socket.h | 42 int32_t psm; member
|
H A D | i_bluetooth_socket_observer.h | 35 int psm;
member
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_socket_observer_stub.cpp | 63 int psm = data.ReadInt32();
in OnConnectionStateChangedInner() local
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | power_state_machine.h | 76 PowerState(const std::string &name, PowerStateMachine &psm, PowerDevice &pd) : State(name, psm), pd_(pd){}; in PowerState() argument 84 PowerState(const std::string &name, PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fstate) in PowerState() argument 107 PowerActiveState(PowerStateMachine &psm, PowerDevice &pd) : PowerState(ACTIVE_STATE, psm, pd){}; in PowerActiveState() argument 149 PowerActiveActivingState(PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fstate) in PowerActiveActivingState() argument 173 PowerActiveSniffingState(PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fstate) PowerActiveSniffingState() argument 196 PowerSniffState(PowerStateMachine &psm, PowerDevice &pd) PowerSniffState() argument 219 PowerSniffActivingState(PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fstate) PowerSniffActivingState() argument 243 PowerSniffSniffingState(PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fstate) PowerSniffSniffingState() argument [all...] |
H A D | profile_service_manager.cpp | 33 explicit ProfileServicesContextCallback(ProfileServiceManager &psm) : psm_(psm){}; in ProfileServicesContextCallback() argument
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_socket.h | 71 int psm; member
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A D | avctp_gap.c | 175 void AvctRequestSecurity(const AvctCbDev *cbDev, GAP_Service serviceId, uint16_t psm) in AvctRequestSecurity() argument
|
H A D | avctp_ctrl_l2cap.c | 108 void AvctRecvConnectionReqAct(const BtAddr *addr, uint16_t aclHandle, uint16_t lcid, uint8_t id, uint16_t psm) in AvctRecvConnectionReqAct() argument
|
H A D | avctp_br_l2cap.c | 109 void AvctBrRecvConnectionReqAct(const BtAddr *addr, uint16_t aclHandle, uint16_t lcid, uint8_t id, uint16_t psm) in AvctBrRecvConnectionReqAct() argument
|
H A D | avctp_int.h | 152 uint16_t psm; /* psm */ member
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
H A D | avdtp_l2cap.h | 27 uint16_t psm; member
|
H A D | avdtp_l2cap.c | 53 void AVDT_L2capConnectIndCallback(uint16_t lcid, uint8_t id, const L2capConnectionInfo *info, uint16_t psm, void *ctx) in AVDT_L2capConnectIndCallback() argument 85 void AvdtL2capConnectIndCallback(uint16_t lcid, uint8_t id, const L2capConnectionInfo *info, uint16_t psm, void *ctx) in AvdtL2capConnectIndCallback() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_inst.c | 47 L2capPsm *psm = NULL; in L2capGetPsm() local
|
H A D | l2cap.c | 33 L2capPsm *psm = NULL; in L2CAP_ConnectReq() local 466 L2capPsm *psm = NULL; in L2CAP_RegisterService() local 506 L2capPsm *psm = NULL; L2CAP_DeregisterService() local 575 L2capPsm *psm = NULL; L2CAP_Finalize() local [all...] |
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_socket.cpp | 230 int SocketConnect(const BluetoothCreateSocketPara *socketPara, const BdAddr *bdAddr, int psm) in SocketConnect() argument 273 int SocketConnectEx(const BluetoothCreateSocketPara *socketPara, const BdAddr *bdAddr, int psm, in SocketConnectEx() argument
|
/foundation/communication/dsoftbus/core/connection/ble/include/ |
H A D | softbus_conn_ble_manager.h | 51 uint32_t psm; member 75 uint32_t psm; member
|
H A D | softbus_conn_ble_connection.h | 103 uint32_t psm; member
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/ |
H A D | lnn_lane_link.h | 59 int32_t psm; member 85 int32_t psm; member
|
H A D | lnn_lane_interface.h | 91 int32_t psm; member 195 int32_t psm; member
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_snoop_filter.c | 109 static bool IsL2capDynamicPsm(uint16_t psm) in IsL2capDynamicPsm() argument 214 void BTM_AddLocalL2capPsmForLogging(uint8_t module, uint16_t psm) in BTM_AddLocalL2capPsmForLogging() argument 229 void BTM_AddRemoteL2capPsmForLogging(uint8_t module, uint16_t psm, const BtAddr *remoteAddr) in BTM_AddRemoteL2capPsmForLogging() argument 248 BTM_RemoveLocalL2capPsmForLogging(uint8_t module, uint16_t psm) BTM_RemoveLocalL2capPsmForLogging() argument 268 BTM_RemoveRemoteL2capPsmForLogging(uint8_t module, uint16_t psm, const BtAddr *remoteAddr) BTM_RemoveRemoteL2capPsmForLogging() argument [all...] |
/foundation/communication/dsoftbus/core/authentication/interface/ |
H A D | auth_interface.h | 82 int32_t psm; member
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/ |
H A D | transport_l2cap.cpp | 89 int L2capTransport::AcceptConnection(const RawAddress &addr, uint16_t psm) in AcceptConnection() argument 121 int L2capTransport::RejectConnection(const RawAddress &addr, uint16_t psm) in RejectConnection() argument
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_socket.cpp | 426 int ClientSocket::Connect(int psm) in Connect() argument [all...] |
/foundation/communication/dsoftbus/interfaces/kits/common/ |
H A D | softbus_common.h | 289 uint32_t psm; member
|
/foundation/communication/dsoftbus/core/connection/interface/ |
H A D | softbus_conn_interface.h | 109 uint32_t psm; member 177 uint32_t psm; member
|