Home
last modified time | relevance | path

Searched refs:btUuid (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_socket_proxy.cpp29 BluetoothUuid btUuid(param.uuid); in Connect()
30 CHECK_AND_RETURN_LOG_RET(data.WriteParcelable(&btUuid), BT_ERR_IPC_TRANS_FAILED, "write btUuid error"); in Connect()
56 BluetoothUuid btUuid(param.uuid); in Listen()
57 CHECK_AND_RETURN_LOG_RET(data.WriteParcelable(&btUuid), BT_ERR_IPC_TRANS_FAILED, "write btUuid error"); in Listen()
102 BluetoothUuid btUuid(uuid); in RegisterClientObserver()
103 CHECK_AND_RETURN_LOG_RET(data.WriteParcelable(&btUuid), BT_ERR_IPC_TRANS_FAILED, "write btUuid error"); in RegisterClientObserver()
124 BluetoothUuid btUuid(uui in DeregisterClientObserver()
[all...]
H A Dbluetooth_socket_observer_stub.cpp59 bluetooth::Uuid btUuid = bluetooth::Uuid(*uuid); in OnConnectionStateChangedInner() local
66 .uuid = btUuid, in OnConnectionStateChangedInner()
H A Dbluetooth_ble_central_manager_callback_stub.cpp128 bluetooth::Uuid btUuid = bluetooth::Uuid(*uuid); in OnNotifyMsgReportFromLpDeviceInner() local
135 stub->OnNotifyMsgReportFromLpDevice(btUuid, msgType, dataValue); in OnNotifyMsgReportFromLpDeviceInner()
H A Dbluetooth_ble_central_manager_proxy.cpp453 BluetoothUuid btUuid(paramSet.uuid); in SetLpDeviceParam()
454 if (!data.WriteParcelable(&btUuid)) { in SetLpDeviceParam()
488 BluetoothUuid btUuid(uuid); in RemoveLpDeviceParam()
489 if (!data.WriteParcelable(&btUuid)) { in RemoveLpDeviceParam()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_socket_observer_proxy.cpp32 BluetoothUuid btUuid(callbackParam.uuid); in OnConnectionStateChanged()
33 data.WriteParcelable(&btUuid); in OnConnectionStateChanged()
H A Dbluetooth_remote_device_observer_proxy.cpp92 BluetoothUuid btUuid = BluetoothUuid(uuid); in OnRemoteUuidChanged() local
93 if (!data.WriteParcelable(&btUuid)) { in OnRemoteUuidChanged()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_sdp.cpp179 BtUuid btUuid = {BT_UUID_16, {SDP_PUBLIC_BROWSE_GROUP_ROOT_UUID}}; in AddBrowseGroupList() local
180 int result = SDP_AddBrowseGroupList(sdpHandle_, &btUuid, 1); in AddBrowseGroupList()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_socket.cpp61 BtUuid btUuid; variable
63 btUuid.uuid = (char *)strUuid.c_str();
64 btUuid.uuidLen = strUuid.size();
66 socektConnectCallback.connStateCb(&addr, btUuid, param.status, param.result);
H A Dohos_bt_gatt.cpp158 * @param btUuid uuid.
163 void OnNotifyMsgReportFromLpDevice(const UUID &btUuid, int msgType, const std::vector<uint8_t> &value) override
167 string strUuid = btUuid.ToString();
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_client.c377 BtUuid btUuid; in SoftbusGattcGetService() local
378 btUuid.uuid = serverUuid->uuid; in SoftbusGattcGetService()
379 btUuid.uuidLen = serverUuid->uuidLen; in SoftbusGattcGetService()
380 if (!BleGattcGetService(clientId, btUuid)) { in SoftbusGattcGetService()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp134 UUID btUuid = UUID::ConvertFrom128Bits(uuid.ConvertTo128Bits());
135 observer->OnNotifyMsgReportFromLpDevice(btUuid, msgType, value);
527 bluetooth::Uuid btUuid = bluetooth::Uuid::ConvertFromString(uuid.ToString()); in RemoveLpDeviceParam() local
528 return proxy->RemoveLpDeviceParam(btUuid); in RemoveLpDeviceParam()
H A Dbluetooth_socket.cpp325 UUID btUuid = UUID::ConvertFrom128Bits(callbackParam.uuid.ConvertTo128Bits()); variable
337 .uuid = btUuid,
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_gatt.c726 static int32_t SetBtUuidByBroadCastType(LpServerType type, BtUuid *btUuid) in SetBtUuidByBroadCastType() argument
730 btUuid->uuid = LP_BT_UUID_HEARTBEAT; in SetBtUuidByBroadCastType()
733 btUuid->uuid = LP_BT_UUID_BURST; in SetBtUuidByBroadCastType()
739 btUuid->uuidLen = (unsigned char)strlen(btUuid->uuid); in SetBtUuidByBroadCastType()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp1664 BtUuid btUuid[SDP_UUDIID_NUM]; in SearchRemoteUuids() local
1665 btUuid[0].type = BT_UUID_16; in SearchRemoteUuids()
1666 btUuid[0].uuid16 = uuid; in SearchRemoteUuids()
1670 uuidArray.uuid = &btUuid[0]; in SearchRemoteUuids()

Completed in 15 milliseconds