/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_socket_proxy.cpp | 29 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 D | bluetooth_socket_observer_stub.cpp | 59 bluetooth::Uuid btUuid = bluetooth::Uuid(*uuid);
in OnConnectionStateChangedInner() local 66 .uuid = btUuid,
in OnConnectionStateChangedInner()
|
H A D | bluetooth_ble_central_manager_callback_stub.cpp | 128 bluetooth::Uuid btUuid = bluetooth::Uuid(*uuid); in OnNotifyMsgReportFromLpDeviceInner() local 135 stub->OnNotifyMsgReportFromLpDevice(btUuid, msgType, dataValue); in OnNotifyMsgReportFromLpDeviceInner()
|
H A D | bluetooth_ble_central_manager_proxy.cpp | 453 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 D | bluetooth_socket_observer_proxy.cpp | 32 BluetoothUuid btUuid(callbackParam.uuid); in OnConnectionStateChanged() 33 data.WriteParcelable(&btUuid); in OnConnectionStateChanged()
|
H A D | bluetooth_remote_device_observer_proxy.cpp | 92 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 D | pan_sdp.cpp | 179 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 D | ohos_bt_socket.cpp | 61 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 D | ohos_bt_gatt.cpp | 158 * @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 D | softbus_adapter_ble_gatt_client.c | 377 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 D | bluetooth_ble_central_manager.cpp | 134 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 D | bluetooth_socket.cpp | 325 UUID btUuid = UUID::ConvertFrom128Bits(callbackParam.uuid.ConvertTo128Bits()); variable 337 .uuid = btUuid,
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/ |
H A D | softbus_ble_gatt.c | 726 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 D | classic_adapter.cpp | 1664 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()
|